From c3b31e06edcb681a35ba9e7ea307cc79da7b5ed2 Mon Sep 17 00:00:00 2001 From: Volker Grabsch Date: Thu, 4 Feb 2010 22:10:47 +0100 Subject: add Autoconf, Automake, Bison and Flex to the list of requirements --- doc/index.html | 42 ++++++++++++++++++++++++++++++++---------- 1 file 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>) + + + + + + + + + + + + @@ -481,6 +493,10 @@ USE_OSGPLUGIN(<plugin2>) + + + + @@ -530,8 +546,9 @@ USE_OSGPLUGIN(<plugin2>)

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 @@ USE_OSGPLUGIN(<plugin2>)

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 @@ USE_OSGPLUGIN(<plugin2>)

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 @@ USE_OSGPLUGIN(<plugin2>) 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 @@ USE_OSGPLUGIN(<plugin2>) 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 @@ sudo gcc_select gcc40
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: -- cgit v0.12

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