STEP #1: Configure the build for your system.

If you want to build a debug version, set the environment variable
CFLAGS to your liking.
$ export CFLAGS="-Wall -g"

Either way, run configure..  You will need the ncurses-devel rpm if
you are using a RedHat variant system..
$ ./configure


OPTIONAL STEP #1.5: Tweak configuration.

There are some configuration settings in ./config.h
Feel free to edit them.

STEP #2: Building and Installing

Run "make targets" to see what options you have.
From the list, choose one and do it.

STEP #3: Did it work?

Need more help?  Something didn't work?
Send e-mail to ninja-build@qoop.org
