diff options
-rw-r--r-- | doc/index.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/index.html b/doc/index.html index 7ed621b..9b6fbed 100644 --- a/doc/index.html +++ b/doc/index.html @@ -446,8 +446,8 @@ AR=$(CROSS)ar</pre> <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 @@ AR=$(CROSS)ar</pre> 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: |