changeset 703:af58a2ee9a69

document a workaround for Solaris
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 07 Feb 2010 13:53:53 +0100
parents ba0932ebf763
children 93f1be1d2089
files doc/index.html
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/index.html	Sun Feb 07 12:42:39 2010 +0100
+++ b/doc/index.html	Sun Feb 07 13:53:53 2010 +0100
@@ -659,7 +659,11 @@
                    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