# HG changeset patch # User Volker Grabsch # Date 1244574037 -7200 # Node ID 966db174237743e29ad4fd23c8eabf60a4a40b21 # Parent 4f0d403054b0238716644fac436d96c9c14942f6 add requirements installation instructions for Solaris (by Tony Theodore) diff -r 4f0d403054b0 -r 966db1742377 doc/index.html --- a/doc/index.html Tue Jun 09 15:11:31 2009 +0200 +++ b/doc/index.html Tue Jun 09 21:00:37 2009 +0200 @@ -462,6 +462,22 @@ then run:

sudo port install gmake gsed scons wget
+ +

Solaris

+ +

+ First, install all requirements + that already ship with Solaris: +

+
pfexec pkg install SUNWgcc SUNWgmake
+ +

+ Then download and install SCons by hand: +

+
wget http://prdownloads.sourceforge.net/scons/scons-1.2.0.tar.gz
+tar -xzf scons-1.2.0.tar.gz
+cd scons-1.2.0
+pfexec python setup.py install