From d801a1c723f8667ced838f0bf86466cfc953abcc Mon Sep 17 00:00:00 2001 From: Volker Grabsch Date: Fri, 5 Feb 2010 01:01:20 +0100 Subject: add Libtool to the list of requirements --- doc/index.html | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/doc/index.html b/doc/index.html index 0d6a952..6f2b3d7 100644 --- a/doc/index.html +++ b/doc/index.html @@ -497,10 +497,6 @@ USE_OSGPLUGIN(<plugin2>) - LibC for 32-bit - - - GCC (gcc, g++) @@ -513,6 +509,14 @@ USE_OSGPLUGIN(<plugin2>) + LibC for 32-bit + + + + Libtool + + + OpenSSL @@ -547,8 +551,8 @@ USE_OSGPLUGIN(<plugin2>)
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 @@ USE_OSGPLUGIN(<plugin2>)

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 @@ USE_OSGPLUGIN(<plugin2>)

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 @@ USE_OSGPLUGIN(<plugin2>)

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

MacOS 10.6

@@ -602,7 +606,7 @@ USE_OSGPLUGIN(<plugin2>)

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 @@ sudo gcc_select gcc40
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: -- cgit v0.12