diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-02-05 00:01:20 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-02-05 00:01:20 (GMT) |
commit | d801a1c723f8667ced838f0bf86466cfc953abcc (patch) | |
tree | 327ae2f58c7b6dac6e3e2c7891be9828e33b667a | |
parent | 0bd547b1ffa9795bea358d10cfa761adbb1455af (diff) | |
download | mxe-d801a1c723f8667ced838f0bf86466cfc953abcc.zip mxe-d801a1c723f8667ced838f0bf86466cfc953abcc.tar.gz mxe-d801a1c723f8667ced838f0bf86466cfc953abcc.tar.bz2 |
add Libtool to the list of requirements
-rw-r--r-- | doc/index.html | 30 |
1 files 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>) <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 @@ USE_OSGPLUGIN(<plugin2>) <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 @@ USE_OSGPLUGIN(<plugin2>) <!-- 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 @@ USE_OSGPLUGIN(<plugin2>) <!-- 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 @@ USE_OSGPLUGIN(<plugin2>) <!-- 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 @@ USE_OSGPLUGIN(<plugin2>) </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 @@ USE_OSGPLUGIN(<plugin2>) </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 @@ sudo gcc_select gcc40</pre> <!-- 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: |