-----------------------------------------------------------------------
Pre Make Kit INSTALL file

Document revision:
$Id: INSTALL,v 1.12 2004/02/08 00:26:36 mipsator Exp $
-----------------------------------------------------------------------


Installing PMK
--------------

To build and install pmk on your system use one of the two following
methods:

1) The pmkcfg.sh configuration script:
  ./pmkcfg.sh
  make
  make install

2) Using previously installed pmk binary:
  pmk
  make
  make install


More about pmkcfg.sh
--------------------

The script has the following options:

  -u sets user mode as on
  -p permits to override the default prefix used for BASE.

The default prefixes are:

  - global mode : /usr/local or $PREFIX if it is set in env
  - user mode : $HOME

Example:

If you want a global use with /opt as prefix you will use the following:
  ./pmkcfg.sh -p /opt


More about the pmkfile
----------------------

The sw_usermode switch is available to set user mode as on.

To use it do the following:
  pmk -e sw_usermode


