README

changeset 68
ae763178ee1e
parent 63
0b26266b8f51
     1.1 --- a/README	Fri Jun 03 20:06:08 2022 +0200
     1.2 +++ b/README	Fri Sep 22 23:26:23 2023 +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 ........................................................... 39
     1.8 -4) License ................................................................. 48
     1.9 +3) Usage example ........................................................... 35
    1.10 +4) License ................................................................. 44
    1.11  
    1.12  
    1.13  1) About ______________________________________________________________________
    1.14 @@ -23,18 +23,14 @@
    1.15  
    1.16  2) Build instructions _________________________________________________________
    1.17  
    1.18 -If you checked out the sources from version control, you firstly need to run
    1.19 -  ./prebuild.sh
    1.20 -This requires autotools installed on your system and creates a build dir.
    1.21 -  
    1.22 -In release version you can skip the first task and just run
    1.23 -  ./configure && make
    1.24 +When you want to build from source, you can just run
    1.25 +  make
    1.26  
    1.27  After building you get a system wide install with
    1.28    sudo make install
    1.29  
    1.30  To enable a debug build, configure with
    1.31 -  ./configure --enable-debug
    1.32 +  ./configure --debug
    1.33  
    1.34  3) Example usage ______________________________________________________________
    1.35  

mercurial