Sun Studio 12 Quick Installation

ProcedureUsing the Graphical User Interface Installer

  1. If you are not currently superuser (root), become superuser by typing:


    su
    Password: root-password
    
  2. In the directory that contains the installer, start the installer by typing:


    ./installer
    
  3. On the Software License Agreement page, click Yes (Accept License).

  4. On the Select Options page:

    1. If the Missing prerequisites field lists any missing prerequisite software, install the missing software by clicking the Update button.

    2. To install the Sun Studio 12 software in a directory other than /opt, type the directory name in the Installation directory field. If you have previously installed some components of the Sun Studio 12 software, the Installation directory field displays that installation directory, and the installer will install additional components in the same directory.

    3. Click the Advanced options tab.

      If you are running the installer in the global zone, you can select the appropriate radio button to install the software in this zone or in all zones. If you are running the installer in a local zone, the software will be installed only in that zone.

      Select the Copy system prerequisites checkbox.

  5. On the Select Components page, click the checkbox for any component you do not want to install. If you want to install only selected subcomponents of the Sun Studio 12 Compilers and Tools component, click the + icon to expand the component, and click the checkbox for any subcomponent you do not want to install.

  6. On each client system, set the PATH and MANPATH to access the Sun Studio 12 software and man pages on the server (see Setting Up Access to the Developer Tools and Man Pages).

  7. On each client system, mount the directory on the server in which you installed the Sun Studio 12 software.


    mount server:filesystem installation_directory
    
  8. On each client system, run the system preparation tool on the server to check the client system for the prerequisite software and again, if necessary, to install any missing software:


    prepare_system -C
    prepare_system -s missing_software_name,missing_software_name,...