README

changeset 48
0d2c13c24fd0
parent 46
e0928e4b9a59
child 53
32b9e0a5cebd
--- a/README	Wed May 31 11:40:07 2017 +0200
+++ b/README	Wed May 31 12:20:04 2017 +0200
@@ -1,12 +1,12 @@
                                        cline
                         _________________________________________
-                             Copyright (C) 2013 Mike Becker
+                             Copyright (C) 2017 Mike Becker
 
 Contents:
 1) About ................................................................... 12
 2) Build instructions ...................................................... 24
-3) Usage example ........................................................... 40
-4) License ................................................................. 49
+3) Usage example ........................................................... 35
+4) License ................................................................. 44
 
 
 1) About ______________________________________________________________________
@@ -23,19 +23,14 @@
 
 2) Build instructions _________________________________________________________
 
-To build cline with gcc navigate to the root directory of the project and type:
-  make
-
-To rebuild cline type:
-  make clean all
+In release version you can just
+  ./configure && make
 
-To install cline type (as root):
-  make install
+After building you get a system wide install with
+  sudo make install
 
-If you build cline with mingw under Windows, you need to type:
-  make CONF=mingw
-or
-  make CONF=mingw clean all
+To enable a debug build, configure with
+  ./configure --enable-debug
 
 3) Example usage ______________________________________________________________
 
@@ -48,7 +43,7 @@
 
 4) License ____________________________________________________________________
 
-Copyright 2013 Mike Becker. All rights reserved.
+Copyright 2017 Mike Becker. All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:

mercurial