Fix for assertion error when expanding macro.
[iverilog.git] / solaris / README-solaris_pkg.txt
blobb0ac95eafe6952ec20e6efc780068dd375b409d4
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
13      cd /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:
21      cd /tmp
22      pkgadd -d package_name
24    this will install the package.  The package will be registered under the
25    name "IVLver"
27 II.  Uninstalling the solaris package
28 -------------------------------------
30 To uninstall an installed solaris package do the following as root on your machine:
32     pkgrm IVLver
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