# HG changeset patch # User Volker Grabsch # Date 1263325861 -3600 # Node ID f68e8120838842ed438c313702ce8a4d2987e01d # Parent 891ee2b83294f44a72392096e3b5ec5713a262fe add CMake to the list of requirements diff -r 891ee2b83294 -r f68e81208388 doc/index.html --- a/doc/index.html Tue Jan 12 13:57:46 2010 +0100 +++ b/doc/index.html Tue Jan 12 20:51:01 2010 +0100 @@ -450,6 +450,10 @@ + CMake + + + LibC for 32-bit @@ -498,7 +502,7 @@

Debian

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

@@ -508,7 +512,7 @@

FreeBSD

-
pkg_add -r bash gmake gsed perl scons unzip wget
+
pkg_add -r bash cmake gmake gsed perl scons unzip wget

On 64-bit FreeBSD, @@ -517,7 +521,7 @@

Frugalware

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

@@ -534,7 +538,7 @@ MacPorts, then run:

-
sudo port install gmake gsed scons wget
+
sudo port install cmake gmake gsed scons wget

MacOS 10.6

@@ -545,7 +549,7 @@ MacPorts, then run:

-
sudo port install gmake gsed scons wget gcc_select
+    
sudo port install cmake gmake gsed scons wget gcc_select
 sudo gcc_select gcc40

Open Solaris 2009.06

@@ -563,8 +567,9 @@ First, install all requirements that already ship with Solaris:

-
pfexec pkg install SUNWgcc SUNWgmake SUNWgsed SUNWgzip \
-                   SUNWlibm SUNWgpch SUNWunzip SUNWwget
+
pfexec pkg install SUNWcmake SUNWgcc SUNWgmake SUNWgsed \
+                   SUNWgzip SUNWlibm SUNWgpch SUNWunzip \
+                   SUNWwget

Then download and install SCons by hand: