|
Previous Next . Contents |
About . Documentation . License . Download |
gunzip -c p18-0.1.2.tar.gz |tar xf -
If you are using GNU tar, you may also type
tar xzf p18-0.1.2.tar.gz
The P18 source is unpacked to the subdirectory p18-0.1.2 relative to the working directory of the tar command.
This section describes the procedure of building P18 in the source directory. It is also possible to use a different build directory, if your make utility supports VPATH (most up-to-data make utilities do), see the instructions in the file INSTALL for details.
First of all, change to the P18 source directory.
Now the P18 source has to be configured for your system. This is done by the configure script. Just call the configure script and watch it work.
./configure
The default installation prefix assumed by the configure script is /usr/local. You may want to specify an alternate installation prefix by using the configure option --prefix, example:
./configure --prefix=$HOME/toolzThe configure script will output a list of all available options when called with the option --help.
If the configure finished without an error message, just type
makeand watch the show.
make install
If writing to the installation directory requires special privileges, make sure you have the necessary privileges (i.e. installing to /usr/local typically requires root privileges).
If and where you wish to install the HTML documentation is up to you.
The compiled HTML documentation resides in the directory doc/html
relative to the P18 source directory. Note that calling
|
Previous Next . Contents |
About . Documentation . License . Download |