1 # $Id: README-solaris_pkg.txt,v 1.3 2007/02/26 19:49:49 steve Exp $
3 Notes about the solaris package.
5 I. Installing a prebuilt solaris package
6 -----------------------------------------
8 To install the solaris package do the following as root on your machine:
10 1) uncompress the package using:
12 cp package_name.gz /tmp
14 gunzip package_name.gz
16 where "package_name.gz" is the compressed binary package. It will
17 be named something like "verilog-0.3-SunOS-5.6-sparc.gz"
19 2) install the package using:
22 pkgadd -d package_name
24 this will install the package. The package will be registered under the
27 II. Uninstalling the solaris package
28 -------------------------------------
30 To uninstall an installed solaris package do the following as root on your machine:
34 III. Notes on building a solaris package from sources
35 ------------------------------------------------------
37 1) build and install verilog. Be sure and pick where the package should
38 install with the "--prefix=" argument to 'configure'
40 2) edit the 'pkginfo' file to update the version number and also set BASEDIR
41 to the same as the argument to "--prefix="
43 3) edit the 'prototype' file to add/removed files/directories from the list
44 of installed components.
46 4) run the 'mksolpkg' script to create the solaris package