Oracle® Solaris Studio 12.4: IDE Quick Start Tutorial

Exit Print View

Updated: October 2014
 
 

Packaging an Application

You can package a completed application as a tar file, zip file, Solaris SVR4 package, RPM, or Debian package.

  1. Right-click the Arguments_1 project and choose Properties.

  2. In the Project Properties dialog box, select the Packaging node.

  3. Select the Solaris SVR4 package type from the drop-down list.

  4. Change the output path if you want to use a different destination directory or filename for the package.

  5. Click the Packaging Files browse button. In the Packaging Files dialog box (for an SVR4 package), modify the package parameters on the Info tab as needed.

    image:Packaging Files dialog box, Info tab
  6. For all package types, add files to the package using the buttons on the Files tab. For each file, you can specify the path you want it to have in the package in the File or Directory Path in Package column of the Files list. Click OK when your Files list is complete.

    image:Packaging Files dialog box, Files tab
  7. Turn off verbose mode if you wish by clicking the checkbox.

  8. Click OK.

  9. To build your package, right-click the project and choose More Build Commands > Build Package.