INSTALL file for perf05

Configuring perf05
==================

A typical way to configure perf05 is:

   ./configure

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

   ./configure CFLAGS=-g

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


Building perf05
===============

Once configured, run `make' to build perf05.


Installing perf05
=================

You can install perf05 by typing:

   make install

