INSTALL file for perf01

Configuring perf01
==================

A typical way to configure perf01 is:

   ./configure

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

   ./configure CFLAGS=-g

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


Building perf01
===============

Once configured, run `make' to build perf01.


Installing perf01
=================

You can install perf01 by typing:

   make install

