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
|
Installation Instructions
*************************
Copyright (C) 2009 Laszlo Kajan
This file is free documentation; I Laszlo Kajan give
unlimited permission to copy, distribute and modify it.
Basic Installation
==================
Briefly, the shell commands `make && make install' should build and
install this package.
The simplest way to compile this package is:
1. `cd' to the directory containing the package's source code and type
`make' to compile the package.
2. Optionally, type `make check' to run any self-tests that come with
the package.
3. Type `make install' to install the programs and any data files and
documentation.
4. You can remove the program binaries and object files from the
source code directory by typing `make clean'.
Installation Names
==================
By default, `make install' installs the package's commands under
`/usr/share/bin', architecture independent files under
`/usr/share/profphd/prof'. You can specify a common installation prefix
for all files by giving the make option `prefix=PREFIX'. Make sure
you specify the same `prefix' for both the compilation and the installation
steps.
|