[csw-devel] SF.net SVN: gar:[22104] csw/mgar/pkg/opencsw-manual/trunk/files/ for-maintainers/buildfarm-setup.rst
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Thu Oct 3 01:35:31 CEST 2013
Revision: 22104
http://gar.svn.sourceforge.net/gar/?rev=22104&view=rev
Author: wahwah
Date: 2013-10-02 23:35:30 +0000 (Wed, 02 Oct 2013)
Log Message:
-----------
opencsw-manual/trunk: Reshuffle the optional stuff
Modified Paths:
--------------
csw/mgar/pkg/opencsw-manual/trunk/files/for-maintainers/buildfarm-setup.rst
Modified: csw/mgar/pkg/opencsw-manual/trunk/files/for-maintainers/buildfarm-setup.rst
===================================================================
--- csw/mgar/pkg/opencsw-manual/trunk/files/for-maintainers/buildfarm-setup.rst 2013-10-02 23:21:00 UTC (rev 22103)
+++ csw/mgar/pkg/opencsw-manual/trunk/files/for-maintainers/buildfarm-setup.rst 2013-10-02 23:35:30 UTC (rev 22104)
@@ -44,53 +44,6 @@
sudo pkgutil -y -i vim gar_dev mgar gcc4core gcc4g++ sudo
-Oracle Solaris Studio Compiler (optional)
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-You need a compiler. Most of the packages built by OpenCSW use Oracle Solaris
-Studio (historically called 'SOS'), which you can `download from Oracle`_. You
-want to go with the packaged (non-tar) version. In case you have access to an
-Oracle Solaris development tools support contract, please make sure to also
-install `the latest Oracle Solaris Studio compiler patches`_. The compilers
-should be installed at the following locations:
-
-* Sun Studio 11: ``/opt/studio/SOS11``
-* Sun Studio 12: ``/opt/studio/SOS12``
-* Sun Studio 12u1: ``/opt/studio/sunstudio12.1``
-* Solaris Studio 12u2: ``/opt/solstudio12.2``
-* Solaris Studio 12u3: ``/opt/solarisstudio12.3``
-
-You can install multiple versions of SOS on one system. If you have your
-compiler installed at a different location you can set it in your ``~/.garrc``
-with the following lines:
-
-::
-
- SOS11_CC_HOME = /opt/SUNWspro
- SOS12_CC_HOME = /opt/studio12/SUNWspro
-
-
-Installing Oracle Solaris Studio 12 (optional)
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-::
-
- cd ss12
- ./batch_installer -d /opt/studio/SOS12 --accept-sla
-
-Installing Oracle Solaris Studio 12u3 (optional)
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-::
-
- sudo ./solarisstudio.sh --non-interactive --tempdir /var/tmp
-
-Patching the installed compilers
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Remember to patch the compilers, with PCA or manually (requires a software
-service contract from Oracle).
-
Setup ``~/.garrc`` (required)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -439,6 +392,53 @@
TODO
+Oracle Solaris Studio Compiler
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+You need a compiler. Most of the packages built by OpenCSW use Oracle Solaris
+Studio (historically called 'SOS'), which you can `download from Oracle`_. You
+want to go with the packaged (non-tar) version. In case you have access to an
+Oracle Solaris development tools support contract, please make sure to also
+install `the latest Oracle Solaris Studio compiler patches`_. The compilers
+should be installed at the following locations:
+
+* Sun Studio 11: ``/opt/studio/SOS11``
+* Sun Studio 12: ``/opt/studio/SOS12``
+* Sun Studio 12u1: ``/opt/studio/sunstudio12.1``
+* Solaris Studio 12u2: ``/opt/solstudio12.2``
+* Solaris Studio 12u3: ``/opt/solarisstudio12.3``
+
+You can install multiple versions of SOS on one system. If you have your
+compiler installed at a different location you can set it in your ``~/.garrc``
+with the following lines:
+
+::
+
+ SOS11_CC_HOME = /opt/SUNWspro
+ SOS12_CC_HOME = /opt/studio12/SUNWspro
+
+
+Installing Oracle Solaris Studio 12
++++++++++++++++++++++++++++++++++++
+
+::
+
+ cd ss12
+ ./batch_installer -d /opt/studio/SOS12 --accept-sla
+
+Installing Oracle Solaris Studio 12u3
++++++++++++++++++++++++++++++++++++++
+
+::
+
+ sudo ./solarisstudio.sh --non-interactive --tempdir /var/tmp
+
+Patching the installed compilers
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Remember to patch the compilers, with PCA or manually (requires a software
+service contract from Oracle).
+
Adding Users
^^^^^^^^^^^^
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list