# HG changeset patch # User Mike Becker # Date 1496331214 -7200 # Node ID 32b9e0a5cebd9baed975603cce93d03ec2a7cbe6 # Parent 02816cd75edc40dc385e542d348abc40358932e9 adds autoconf generated files to .hgignore and adds note in README file diff -r 02816cd75edc -r 32b9e0a5cebd .hgignore --- a/.hgignore Thu Jun 01 17:29:12 2017 +0200 +++ b/.hgignore Thu Jun 01 17:33:34 2017 +0200 @@ -7,3 +7,10 @@ \.rej$ \.conflict\~$ ^autom4te.cache/ +^aclocal.m4$ +^compile$ +^depcomp$ +^install-sh$ +^missing$ +^configure$ +\.in$ diff -r 02816cd75edc -r 32b9e0a5cebd README --- a/README Thu Jun 01 17:29:12 2017 +0200 +++ b/README Thu Jun 01 17:33:34 2017 +0200 @@ -5,8 +5,8 @@ Contents: 1) About ................................................................... 12 2) Build instructions ...................................................... 24 -3) Usage example ........................................................... 35 -4) License ................................................................. 44 +3) Usage example ........................................................... 39 +4) License ................................................................. 48 1) About ______________________________________________________________________ @@ -23,7 +23,11 @@ 2) Build instructions _________________________________________________________ -In release version you can just +If you checked out the sources from version control, you firstly need to run + ./prebuild.sh +This requires autotools installed on your system. + +In release version you can skip the first task and just run ./configure && make After building you get a system wide install with