diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2009-06-10 10:49:08 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2009-06-10 10:49:08 (GMT) |
commit | 37af6c1e617e9e86bbff00567bba6e3151951ac4 (patch) | |
tree | 578001ab47145a52abc782a43a2b530d0143724e /doc | |
parent | f96cd2a77dc7d0ab180a463bfa5247c5f9d2eba0 (diff) | |
download | mxe-37af6c1e617e9e86bbff00567bba6e3151951ac4.zip mxe-37af6c1e617e9e86bbff00567bba6e3151951ac4.tar.gz mxe-37af6c1e617e9e86bbff00567bba6e3151951ac4.tar.bz2 |
completed the list of required Solaris packages
Diffstat (limited to 'doc')
-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: |