# HG changeset patch # User Volker Grabsch # Date 1265317847 -3600 # Node ID b60e3e80a69e45ba03272d0fe2927c897e64f385 # Parent 24e7c507a923879b98c73ad3a3a68fb2fbdbd506 add Autoconf, Automake, Bison and Flex to the list of requirements diff -r 24e7c507a923 -r b60e3e80a69e doc/index.html --- 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 @@ + + + + + + + + + + + + @@ -481,6 +493,10 @@ + + + + @@ -530,8 +546,9 @@

Debian

-
aptitude install -R bash bzip2 cmake g++ make sed openssl \
-                    patch perl scons unzip wget
+
aptitude install -R autoconf automake bash bison bzip2 \
+                    cmake flex g++ make sed openssl patch \
+                    perl scons unzip wget

On 64-bit Debian, install also: @@ -541,7 +558,8 @@

FreeBSD

-
pkg_add -r bash cmake gmake gsed perl scons unzip wget
+
pkg_add -r autoconf automake bash bison cmake flex gmake \
+           gsed perl scons unzip wget

On 64-bit FreeBSD, @@ -551,8 +569,9 @@

Frugalware

-
pacman-g2 -S bash bzip2 cmake gcc make sed openssl \
-             patch perl scons unzip wget
+
pacman-g2 -S autoconf automake bash bzip2 bison cmake \
+             flex gcc make sed openssl patch perl scons \
+             unzip wget

On 64-bit Frugalware, @@ -569,7 +588,8 @@ then run:

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

MacOS 10.6

@@ -581,7 +601,8 @@ then run:

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

Open Solaris 2009.06

@@ -600,9 +621,10 @@ that already ship with Solaris:

-
pfexec pkg install SUNWcmake SUNWgcc SUNWgmake SUNWgsed \
-                   SUNWgzip SUNWlibm SUNWgpch SUNWunzip \
-                   SUNWwget
+
pfexec pkg install SUNWaconf SUNWgnu-automake-110 \
+                   SUNWbison SUNWcmake SUNWflexlex SUNWgcc \
+                   SUNWgmake SUNWgsed SUNWgzip SUNWlibm \
+                   SUNWgpch SUNWunzip SUNWwget

Then download and install SCons by hand:

Autoconf≥ 2.50
Automake≥ 1.10
Bash
Bison
Bzip2
Flex
LibC for 32-bit