diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/README.md | 2 | ||||
-rw-r--r-- | doc/install/debian.md | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/doc/install/README.md b/doc/install/README.md index 75e412745..8f69510e7 100644 --- a/doc/install/README.md +++ b/doc/install/README.md @@ -9,7 +9,7 @@ ## Requirements for building from source * GNU build tools: * autoconf 2.65 - * automake 1.9 + * automake 1.13 * libtool 1.5.24 * pkg-config autoconf macros (pkg.m4) * lex and yacc (developed primarily with flex and bison) diff --git a/doc/install/debian.md b/doc/install/debian.md index 78dc626c3..3e3d74f81 100644 --- a/doc/install/debian.md +++ b/doc/install/debian.md @@ -5,9 +5,10 @@ The following command install all the required tools and libraries to build and Then install the Java JDK of your choice. Type **javac** to see a list of available packages, pick the one you prefer and **apt-get install** it. -Debian Lenny Users need some packages from backports - - sudo apt-get -t lenny-backports install automake libboost-test-dev +Debian stable users need to manually install a more recent automake version: + + wget http://ftp.debian.org/debian/pool/main/a/automake-1.14/automake_1.14.1-3_all.deb + sudo dpkg -i automake_1.14.1-3_all.deb ## Optional packages |