INSTALL file for perf06

Configuring perf06
==================

A typical way to configure perf06 is:

   ./configure

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

   ./configure CFLAGS=-g

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


Building perf06
===============

Once configured, run `make' to build perf06.


Installing perf06
=================

You can install perf06 by typing:

   make install

