completed the list of required Solaris packages

This commit is contained in:
Volker Grabsch 2009-06-10 12:49:08 +02:00
parent f96cd2a77d
commit 37af6c1e61
1 changed files with 4 additions and 3 deletions

View File

@ -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: