changeset 682:492c5a606326

add Libtool to the list of requirements
author Volker Grabsch <vog@notjusthosting.com>
date Fri, 05 Feb 2010 01:01:20 +0100
parents 00f0ca2238f2
children 9a35ed88357b
files doc/index.html
diffstat 1 files changed, 17 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
         <td></td>
     </tr>
     <tr>
-        <td><a href="http://en.wikipedia.org/wiki/C_standard_library">LibC</a> for 32-bit</td>
-        <td></td>
-    </tr>
-    <tr>
         <td><a href="http://gcc.gnu.org/">GCC</a> (gcc, g++)</td>
         <td></td>
     </tr>
@@ -513,6 +509,14 @@
         <td></td>
     </tr>
     <tr>
+        <td><a href="http://en.wikipedia.org/wiki/C_standard_library">LibC</a> for 32-bit</td>
+        <td></td>
+    </tr>
+    <tr>
+        <td><a href="http://www.gnu.org/software/libtool/">Libtool</a></td>
+        <td></td>
+    </tr>
+    <tr>
         <td><a href="http://www.openssl.org/">OpenSSL</a></td>
         <td></td>
     </tr>
@@ -547,8 +551,8 @@
 
     <!-- http://www.debian.org/distrib/packages#search_packages -->
     <pre>aptitude install -R autoconf automake bash bison bzip2 \
-                    cmake flex g++ make sed openssl patch \
-                    perl scons unzip wget</pre>
+                    cmake flex g++ make sed libtool \
+                    openssl patch perl scons unzip wget</pre>
 
     <p>
     On 64-bit Debian, install also:
@@ -559,7 +563,7 @@
 
     <!-- http://www.freebsd.org/ports/ -->
     <pre>pkg_add -r autoconf automake bash bison cmake flex gmake \
-           gsed perl scons unzip wget</pre>
+           gsed libtool perl scons unzip wget</pre>
 
     <p>
     On 64-bit FreeBSD,
@@ -570,8 +574,8 @@
 
     <!-- http://www.frugalware.org/packages -->
     <pre>pacman-g2 -S autoconf automake bash bzip2 bison cmake \
-             flex gcc make sed openssl patch perl scons \
-             unzip wget</pre>
+             flex gcc make sed libtool openssl patch perl \
+             scons unzip wget</pre>
 
     <p>
     On 64-bit Frugalware,
@@ -589,7 +593,7 @@
     </p>
     <!-- http://www.macports.org/ports.php -->
     <pre>sudo port install autoconf automake bison cmake flex \
-                  gmake gsed scons wget</pre>
+                  gmake gsed libtool scons wget</pre>
 
     <h3>MacOS 10.6</h3>
 
@@ -602,7 +606,7 @@
     </p>
     <!-- http://www.macports.org/ports.php -->
     <pre>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</pre>
 
     <h3>Open Solaris 2009.06</h3>
@@ -623,8 +627,8 @@
     <!-- http://pkg.opensolaris.org/release/en/search.shtml -->
     <pre>pfexec pkg install SUNWaconf SUNWgnu-automake-110 \
                    SUNWbison SUNWcmake SUNWflexlex SUNWgcc \
-                   SUNWgmake SUNWgsed SUNWgzip SUNWlibm \
-                   SUNWgpch SUNWunzip SUNWwget</pre>
+                   SUNWgmake SUNWgsed SUNWlibtool SUNWgzip \
+                   SUNWlibm SUNWgpch SUNWunzip SUNWwget</pre>
 
     <p>
     Then download and install SCons by hand: