INSTALL file for perf08

Configuring perf08
==================

A typical way to configure perf08 is:

   ./configure

In order to build a debug version of perf08, configure as follows:

   ./configure CFLAGS=-g

See `./configure --help' for more information.


Building perf08
===============

Once configured, run `make' to build perf08.


Installing perf08
=================

You can install perf08 by typing:

   make install

