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.

