Installation instructions
Please read the requirements and ensure that you
can meet them.
The easiest installation is to get a pre-built package file and
use that.
Installation via Makefile is relatively simple; you can just do a:
$ make install
And everything will install under /usr/local/. Directories
which will be created or have stuff installed under them are:
-
/usr/local/bin
-
Binaries
-
/usr/local/man
-
Manual pages in the normal manual directory structure
-
/usr/local/lib
-
Library files
-
/usr/local/lib/pkg-tools/templates
-
Template files used by proj-template
-
/usr/local/examples/pkg-tools/scripts
-
Example packaging scripts
If you want to change the final destination of the software
then you can just update the Makefile to suit your requirements.
There is also a pkg target:
$ make pkg
Which is used to build a Solaris package of this software. This
package is built using itself.