adds autoconf generated files to .hgignore and adds note in README file

Thu, 01 Jun 2017 17:33:34 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 01 Jun 2017 17:33:34 +0200
changeset 53
32b9e0a5cebd
parent 52
02816cd75edc
child 54
76d46533b9a9

adds autoconf generated files to .hgignore and adds note in README file

.hgignore file | annotate | diff | comparison | revisions
README file | annotate | diff | comparison | revisions
     1.1 --- a/.hgignore	Thu Jun 01 17:29:12 2017 +0200
     1.2 +++ b/.hgignore	Thu Jun 01 17:33:34 2017 +0200
     1.3 @@ -7,3 +7,10 @@
     1.4  \.rej$
     1.5  \.conflict\~$
     1.6  ^autom4te.cache/
     1.7 +^aclocal.m4$
     1.8 +^compile$
     1.9 +^depcomp$
    1.10 +^install-sh$
    1.11 +^missing$
    1.12 +^configure$
    1.13 +\.in$
     2.1 --- a/README	Thu Jun 01 17:29:12 2017 +0200
     2.2 +++ b/README	Thu Jun 01 17:33:34 2017 +0200
     2.3 @@ -5,8 +5,8 @@
     2.4  Contents:
     2.5  1) About ................................................................... 12
     2.6  2) Build instructions ...................................................... 24
     2.7 -3) Usage example ........................................................... 35
     2.8 -4) License ................................................................. 44
     2.9 +3) Usage example ........................................................... 39
    2.10 +4) License ................................................................. 48
    2.11  
    2.12  
    2.13  1) About ______________________________________________________________________
    2.14 @@ -23,7 +23,11 @@
    2.15  
    2.16  2) Build instructions _________________________________________________________
    2.17  
    2.18 -In release version you can just
    2.19 +If you checked out the sources from version control, you firstly need to run
    2.20 +  ./prebuild.sh
    2.21 +This requires autotools installed on your system.
    2.22 +  
    2.23 +In release version you can skip the first task and just run
    2.24    ./configure && make
    2.25  
    2.26  After building you get a system wide install with

mercurial