Skip to content

Commit

Permalink
Notes about Solaris 11
Browse files Browse the repository at this point in the history
  • Loading branch information
jhs committed Feb 2, 2012
1 parent 166e7b6 commit 940b1ef
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Expand Up @@ -70,13 +70,20 @@ On **Scientific Linux**

On **Solaris**

This build only supports the OpenCSW toolchain. If you do not use OpenCSW, I
wish you the best. If you have success, let me know!
This tool only supports the OpenCSW toolchain. If you have success with other
tools, let me know!

The SunStudio tools are required:
The [Solaris Studio][ss] (formerly SunStudio) tools are required. On Solaris 10, it's easy.

sudo pkg install ss-dev

On Solaris 11, go to the [Solaris Studio download page][ss-download] and get the
**Package Installer** file you need. Copy it to your Solaris machine and follow
the [Solaris Studio installation instructions][ss-install], something like this:

bzcat SolarisStudio12.2-*.tar.bz2 | /bin/tar -xf -
cd SolarisStudio-12.2-*-pkg-ML

Also, OpenCSW packages are needed.

pkgadd -d http://mirror.opencsw.org/opencsw/pkg_get.pkg # Answer all questions affirmatively
Expand Down Expand Up @@ -266,4 +273,8 @@ The output will look similar to this:

In the CouchDB source, paste the above code after running `./bootstrap`. Next, you can run `make` or `make dev`, or anything.

[ss]: http://www.oracle.com/technetwork/server-storage/solarisstudio/overview/index.html
[ss-download]: http://www.oracle.com/technetwork/server-storage/solarisstudio/downloads/index.html
[ss-install]: http://download.oracle.com/docs/cd/E18659_01/html/821-1385/gemyt.html

vim: tw=80

0 comments on commit 940b1ef

Please sign in to comment.