INSTALL file for perf02

Configuring perf02
==================

A typical way to configure perf02 is:

   ./configure

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

   ./configure CFLAGS=-g

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


Building perf02
===============

Once configured, run `make' to build perf02.


Installing perf02
=================

You can install perf02 by typing:

   make install

