INSTALL file for perf03

Configuring perf03
==================

A typical way to configure perf03 is:

   ./configure

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

   ./configure CFLAGS=-g

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


Building perf03
===============

Once configured, run `make' to build perf03.


Installing perf03
=================

You can install perf03 by typing:

   make install

