INSTALL file for perf09

Configuring perf09
==================

A typical way to configure perf09 is:

   ./configure

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

   ./configure CFLAGS=-g

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


Building perf09
===============

Once configured, run `make' to build perf09.


Installing perf09
=================

You can install perf09 by typing:

   make install

