README

changeset 53
32b9e0a5cebd
parent 48
0d2c13c24fd0
child 57
68018eac46c3
     1.1 --- a/README	Thu Jun 01 17:29:12 2017 +0200
     1.2 +++ b/README	Thu Jun 01 17:33:34 2017 +0200
     1.3 @@ -5,8 +5,8 @@
     1.4  Contents:
     1.5  1) About ................................................................... 12
     1.6  2) Build instructions ...................................................... 24
     1.7 -3) Usage example ........................................................... 35
     1.8 -4) License ................................................................. 44
     1.9 +3) Usage example ........................................................... 39
    1.10 +4) License ................................................................. 48
    1.11  
    1.12  
    1.13  1) About ______________________________________________________________________
    1.14 @@ -23,7 +23,11 @@
    1.15  
    1.16  2) Build instructions _________________________________________________________
    1.17  
    1.18 -In release version you can just
    1.19 +If you checked out the sources from version control, you firstly need to run
    1.20 +  ./prebuild.sh
    1.21 +This requires autotools installed on your system.
    1.22 +  
    1.23 +In release version you can skip the first task and just run
    1.24    ./configure && make
    1.25  
    1.26  After building you get a system wide install with

mercurial