changeset 677:b60e3e80a69e

add Autoconf, Automake, Bison and Flex to the list of requirements
author Volker Grabsch <vog@notjusthosting.com>
date Thu, 04 Feb 2010 22:10:47 +0100
parents 24e7c507a923
children dd87627dec30
files doc/index.html
diffstat 1 files changed, 32 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/doc/index.html	Thu Feb 04 21:51:10 2010 +0100
+++ b/doc/index.html	Thu Feb 04 22:10:47 2010 +0100
@@ -469,10 +469,22 @@
 
     <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 @@
         <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 @@
     <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 @@
     <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 @@
     <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 @@
     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 @@
     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 @@
     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: