INSTALL file for perf07

Configuring perf07
==================

A typical way to configure perf07 is:

   ./configure

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

   ./configure CFLAGS=-g

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


Building perf07
===============

Once configured, run `make' to build perf07.


Installing perf07
=================

You can install perf07 by typing:

   make install

