INSTALL file for perf04

Configuring perf04
==================

A typical way to configure perf04 is:

   ./configure

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

   ./configure CFLAGS=-g

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


Building perf04
===============

Once configured, run `make' to build perf04.


Installing perf04
=================

You can install perf04 by typing:

   make install

