README

changeset 48
0d2c13c24fd0
parent 46
e0928e4b9a59
child 53
32b9e0a5cebd
     1.1 --- a/README	Wed May 31 11:40:07 2017 +0200
     1.2 +++ b/README	Wed May 31 12:20:04 2017 +0200
     1.3 @@ -1,12 +1,12 @@
     1.4                                         cline
     1.5                          _________________________________________
     1.6 -                             Copyright (C) 2013 Mike Becker
     1.7 +                             Copyright (C) 2017 Mike Becker
     1.8  
     1.9  Contents:
    1.10  1) About ................................................................... 12
    1.11  2) Build instructions ...................................................... 24
    1.12 -3) Usage example ........................................................... 40
    1.13 -4) License ................................................................. 49
    1.14 +3) Usage example ........................................................... 35
    1.15 +4) License ................................................................. 44
    1.16  
    1.17  
    1.18  1) About ______________________________________________________________________
    1.19 @@ -23,19 +23,14 @@
    1.20  
    1.21  2) Build instructions _________________________________________________________
    1.22  
    1.23 -To build cline with gcc navigate to the root directory of the project and type:
    1.24 -  make
    1.25 +In release version you can just
    1.26 +  ./configure && make
    1.27  
    1.28 -To rebuild cline type:
    1.29 -  make clean all
    1.30 +After building you get a system wide install with
    1.31 +  sudo make install
    1.32  
    1.33 -To install cline type (as root):
    1.34 -  make install
    1.35 -
    1.36 -If you build cline with mingw under Windows, you need to type:
    1.37 -  make CONF=mingw
    1.38 -or
    1.39 -  make CONF=mingw clean all
    1.40 +To enable a debug build, configure with
    1.41 +  ./configure --enable-debug
    1.42  
    1.43  3) Example usage ______________________________________________________________
    1.44  
    1.45 @@ -48,7 +43,7 @@
    1.46  
    1.47  4) License ____________________________________________________________________
    1.48  
    1.49 -Copyright 2013 Mike Becker. All rights reserved.
    1.50 +Copyright 2017 Mike Becker. All rights reserved.
    1.51  
    1.52  Redistribution and use in source and binary forms, with or without
    1.53  modification, are permitted provided that the following conditions are met:

mercurial