# HG changeset patch # User Volker Grabsch # Date 1265328080 -3600 # Node ID 492c5a606326e135b46f6bdbafb06d1af8ca5a6f # Parent 00f0ca2238f2bdd2e8266b093421c3402f12f2fb add Libtool to the list of requirements diff -r 00f0ca2238f2 -r 492c5a606326 doc/index.html --- a/doc/index.html Fri Feb 05 00:02:06 2010 +0100 +++ b/doc/index.html Fri Feb 05 01:01:20 2010 +0100 @@ -497,10 +497,6 @@ - LibC for 32-bit - - - GCC (gcc, g++) @@ -513,6 +509,14 @@ + LibC for 32-bit + + + + Libtool + + + OpenSSL @@ -547,8 +551,8 @@
aptitude install -R autoconf automake bash bison bzip2 \
-                    cmake flex g++ make sed openssl patch \
-                    perl scons unzip wget
+ cmake flex g++ make sed libtool \ + openssl patch perl scons unzip wget

On 64-bit Debian, install also: @@ -559,7 +563,7 @@

pkg_add -r autoconf automake bash bison cmake flex gmake \
-           gsed perl scons unzip wget
+ gsed libtool perl scons unzip wget

On 64-bit FreeBSD, @@ -570,8 +574,8 @@

pacman-g2 -S autoconf automake bash bzip2 bison cmake \
-             flex gcc make sed openssl patch perl scons \
-             unzip wget
+ flex gcc make sed libtool openssl patch perl \ + scons unzip wget

On 64-bit Frugalware, @@ -589,7 +593,7 @@

sudo port install autoconf automake bison cmake flex \
-                  gmake gsed scons wget
+ gmake gsed libtool scons wget

MacOS 10.6

@@ -602,7 +606,7 @@

sudo port install autoconf automake bison cmake flex \
-                  gmake gsed scons wget gcc_select
+                  gmake gsed libtool scons wget gcc_select
 sudo gcc_select gcc40

Open Solaris 2009.06

@@ -623,8 +627,8 @@
pfexec pkg install SUNWaconf SUNWgnu-automake-110 \
                    SUNWbison SUNWcmake SUNWflexlex SUNWgcc \
-                   SUNWgmake SUNWgsed SUNWgzip SUNWlibm \
-                   SUNWgpch SUNWunzip SUNWwget
+ SUNWgmake SUNWgsed SUNWlibtool SUNWgzip \ + SUNWlibm SUNWgpch SUNWunzip SUNWwget

Then download and install SCons by hand: