summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-02-07 12:53:53 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-02-07 12:53:53 (GMT)
commit2e76a0229834fcd1536d66343f7202cbbc5f8ea5 (patch)
tree3c05bbaf2f1efd0ce98ad000dfbfb1da4d84287b /doc
parentaaf407356da5167e54e6445e80af261dcff1162a (diff)
downloadmxe-2e76a0229834fcd1536d66343f7202cbbc5f8ea5.zip
mxe-2e76a0229834fcd1536d66343f7202cbbc5f8ea5.tar.gz
mxe-2e76a0229834fcd1536d66343f7202cbbc5f8ea5.tar.bz2
document a workaround for Solaris
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html
index d916be2..4f5a490 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -659,7 +659,11 @@ sudo gcc_select gcc40</pre>
SUNWunzip SUNWwget</pre>
<p>
- Then download and install SCons by hand:
+ Then make Automake available:
+ </p>
+ <pre>pfexec ln -s aclocal-1.10 /usr/bin/aclocal
+pfexec ln -s automake-1.10 /usr/bin/automake</pre>
+ and 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