diff -r 767fe7a007f7 -r ae763178ee1e README --- a/README Fri Jun 03 20:06:08 2022 +0200 +++ b/README Fri Sep 22 23:26:23 2023 +0200 @@ -5,8 +5,8 @@ Contents: 1) About ................................................................... 12 2) Build instructions ...................................................... 24 -3) Usage example ........................................................... 39 -4) License ................................................................. 48 +3) Usage example ........................................................... 35 +4) License ................................................................. 44 1) About ______________________________________________________________________ @@ -23,18 +23,14 @@ 2) Build instructions _________________________________________________________ -If you checked out the sources from version control, you firstly need to run - ./prebuild.sh -This requires autotools installed on your system and creates a build dir. - -In release version you can skip the first task and just run - ./configure && make +When you want to build from source, you can just run + make After building you get a system wide install with sudo make install To enable a debug build, configure with - ./configure --enable-debug + ./configure --debug 3) Example usage ______________________________________________________________