changeset 369:966db1742377

add requirements installation instructions for Solaris (by Tony Theodore)
author Volker Grabsch <vog@notjusthosting.com>
date Tue, 09 Jun 2009 21:00:37 +0200
parents 4f0d403054b0
children ca64bb7873d7
files doc/index.html
diffstat 1 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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:
     </p>
     <pre>sudo port install gmake gsed scons wget</pre>
+
+    <h3>Solaris</h3>
+
+    <p>
+    First, install all requirements
+    that already ship with Solaris:
+    </p>
+    <pre>pfexec pkg install SUNWgcc SUNWgmake</pre>
+
+    <p>
+    Then download and install SCons by hand:
+    </p>
+    <pre>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</pre>
 </div>
 
 <div class="section">