summaryrefslogtreecommitdiffstats
path: root/doc/index.html
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-06-09 19:00:37 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-06-09 19:00:37 (GMT)
commit50f39222f5a8e848471ccf5fa0d0b5a21eaf2d6e (patch)
treeced18145c4a305594b430cfff37d0c47bc1f496c /doc/index.html
parentf3947b9c66652892f28054cb56b4eaff2da857c9 (diff)
downloadmxe-50f39222f5a8e848471ccf5fa0d0b5a21eaf2d6e.zip
mxe-50f39222f5a8e848471ccf5fa0d0b5a21eaf2d6e.tar.gz
mxe-50f39222f5a8e848471ccf5fa0d0b5a21eaf2d6e.tar.bz2
add requirements installation instructions for Solaris (by Tony Theodore)
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/index.html b/doc/index.html
index 1d72b42..2357a53 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -462,6 +462,22 @@ AR=$(CROSS)ar</pre>
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">