INSTALL file for perf10

Configuring perf10
==================

A typical way to configure perf10 is:

   ./configure

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

   ./configure CFLAGS=-g

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


Building perf10
===============

Once configured, run `make' to build perf10.


Installing perf10
=================

You can install perf10 by typing:

   make install

