File: README-solaris_pkg.txt

package info (click to toggle)
iverilog 12.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 30,148 kB
  • sloc: cpp: 109,972; ansic: 62,713; yacc: 10,216; sh: 3,470; vhdl: 3,246; perl: 1,814; makefile: 1,774; python: 78; csh: 2
file content (45 lines) | stat: -rw-r--r-- 1,307 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Notes about the solaris package.

I.  Installing a prebuilt solaris package
-----------------------------------------

To install the solaris package do the following as root on your machine:

1) uncompress the package using:

     cp package_name.gz /tmp
     cd /tmp
     gunzip package_name.gz

   where  "package_name.gz" is the compressed binary package.  It will
   be named something like "verilog-0.3-SunOS-5.6-sparc.gz"

2) install the package using:

     cd /tmp
     pkgadd -d package_name

   this will install the package.  The package will be registered under the
   name "IVLver"

II.  Uninstalling the solaris package
-------------------------------------

To uninstall an installed solaris package do the following as root on your machine:

    pkgrm IVLver

III.  Notes on building a solaris package from sources
------------------------------------------------------

1) build and install verilog.  Be sure and pick where the package should
   install with the "--prefix=" argument to 'configure'

2) edit the 'pkginfo' file to update the version number and also set BASEDIR
   to the same as the argument to "--prefix="

3) edit the 'prototype' file to add/removed files/directories from the list
   of installed components.

4) run the 'mksolpkg' script to create the solaris package