changeset 384:905bfa2a64de

completed the list of required Solaris packages
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 10 Jun 2009 12:49:08 +0200
parents d9bb867b1ee4
children f1ecc32b1b39
files doc/index.html
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/index.html	Wed Jun 10 12:40:45 2009 +0200
+++ b/doc/index.html	Wed Jun 10 12:49:08 2009 +0200
@@ -446,8 +446,8 @@
 
     <h3>Debian</h3>
 
-    <pre>aptitude install -R bash bzip2 g++ make sed openssl patch \
-                    perl scons unzip wget</pre>
+    <pre>aptitude install -R bash bzip2 g++ make sed openssl \
+                    patch perl scons unzip wget</pre>
 
     <p>
     On 64-bit Debian, install also:
@@ -485,7 +485,8 @@
     First, install all requirements
     that already ship with Solaris:
     </p>
-    <pre>pfexec pkg install SUNWgcc SUNWgmake</pre>
+    <pre>pfexec pkg install SUNWgcc SUNWgmake SUNWgsed SUNWgzip \
+                   SUNWlibm SUNWgpch SUNWunzip SUNWwget</pre>
 
     <p>
     Then download and install SCons by hand: