diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-02-04 21:10:47 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-02-04 21:10:47 (GMT) |
commit | c3b31e06edcb681a35ba9e7ea307cc79da7b5ed2 (patch) | |
tree | 03c1ca2ed3f1762a7724c710f89318af64f77d35 /doc | |
parent | 39d05867f97430d07aa285a9d667fdf4ded85326 (diff) | |
download | mxe-c3b31e06edcb681a35ba9e7ea307cc79da7b5ed2.zip mxe-c3b31e06edcb681a35ba9e7ea307cc79da7b5ed2.tar.gz mxe-c3b31e06edcb681a35ba9e7ea307cc79da7b5ed2.tar.bz2 |
add Autoconf, Automake, Bison and Flex to the list of requirements
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 42 |
1 files changed, 32 insertions, 10 deletions
diff --git a/doc/index.html b/doc/index.html index ce693f9..0d6a952 100644 --- a/doc/index.html +++ b/doc/index.html @@ -469,10 +469,22 @@ USE_OSGPLUGIN(<plugin2>) <table> <tr> + <td><a href="http://www.gnu.org/software/autoconf/">Autoconf</a></td> + <td>≥ 2.50</td> + </tr> + <tr> + <td><a href="http://sources.redhat.com/automake/">Automake</a></td> + <td>≥ 1.10</td> + </tr> + <tr> <td><a href="http://www.gnu.org/software/bash/">Bash</a></td> <td></td> </tr> <tr> + <td><a href="http://www.gnu.org/software/bison/">Bison</a></td> + <td></td> + </tr> + <tr> <td><a href="http://www.bzip.org/">Bzip2</a></td> <td></td> </tr> @@ -481,6 +493,10 @@ USE_OSGPLUGIN(<plugin2>) <td></td> </tr> <tr> + <td><a href="http://flex.sourceforge.net/">Flex</a></td> + <td></td> + </tr> + <tr> <td><a href="http://en.wikipedia.org/wiki/C_standard_library">LibC</a> for 32-bit</td> <td></td> </tr> @@ -530,8 +546,9 @@ USE_OSGPLUGIN(<plugin2>) <h3>Debian</h3> <!-- http://www.debian.org/distrib/packages#search_packages --> - <pre>aptitude install -R bash bzip2 cmake g++ make sed openssl \ - patch perl scons unzip wget</pre> + <pre>aptitude install -R autoconf automake bash bison bzip2 \ + cmake flex g++ make sed openssl patch \ + perl scons unzip wget</pre> <p> On 64-bit Debian, install also: @@ -541,7 +558,8 @@ USE_OSGPLUGIN(<plugin2>) <h3>FreeBSD</h3> <!-- http://www.freebsd.org/ports/ --> - <pre>pkg_add -r bash cmake gmake gsed perl scons unzip wget</pre> + <pre>pkg_add -r autoconf automake bash bison cmake flex gmake \ + gsed perl scons unzip wget</pre> <p> On 64-bit FreeBSD, @@ -551,8 +569,9 @@ USE_OSGPLUGIN(<plugin2>) <h3>Frugalware</h3> <!-- http://www.frugalware.org/packages --> - <pre>pacman-g2 -S bash bzip2 cmake gcc make sed openssl \ - patch perl scons unzip wget</pre> + <pre>pacman-g2 -S autoconf automake bash bzip2 bison cmake \ + flex gcc make sed openssl patch perl scons \ + unzip wget</pre> <p> On 64-bit Frugalware, @@ -569,7 +588,8 @@ USE_OSGPLUGIN(<plugin2>) then run: </p> <!-- http://www.macports.org/ports.php --> - <pre>sudo port install cmake gmake gsed scons wget</pre> + <pre>sudo port install autoconf automake bison cmake flex \ + gmake gsed scons wget</pre> <h3>MacOS 10.6</h3> @@ -581,7 +601,8 @@ USE_OSGPLUGIN(<plugin2>) then run: </p> <!-- http://www.macports.org/ports.php --> - <pre>sudo port install cmake gmake gsed scons wget gcc_select + <pre>sudo port install autoconf automake bison cmake flex \ + gmake gsed scons wget gcc_select sudo gcc_select gcc40</pre> <h3>Open Solaris 2009.06</h3> @@ -600,9 +621,10 @@ sudo gcc_select gcc40</pre> that already ship with Solaris: </p> <!-- http://pkg.opensolaris.org/release/en/search.shtml --> - <pre>pfexec pkg install SUNWcmake SUNWgcc SUNWgmake SUNWgsed \ - SUNWgzip SUNWlibm SUNWgpch SUNWunzip \ - SUNWwget</pre> + <pre>pfexec pkg install SUNWaconf SUNWgnu-automake-110 \ + SUNWbison SUNWcmake SUNWflexlex SUNWgcc \ + SUNWgmake SUNWgsed SUNWgzip SUNWlibm \ + SUNWgpch SUNWunzip SUNWwget</pre> <p> Then download and install SCons by hand: |