REQUIREMENTS:
-------------
	
Yanf needs the following programs to be compiled:
gcc
GNU make

Yasor was compiled and test in:
Slackware 7.0 running in a i686 with 128MB RAM
Freebsd 3.4 running in a Celeron (686-class CPU) with 128MB RAM

QUICK INSTALLATION:
-------------------
tar -zxvf yanf-0.4.tar.gz
cd yanf-0.4
make

INSTALLATION:
-------------

First extract the sources from the gzipped tar:

tar -zxvf yanf-0.4.tar.gz
	
or

gzip -d yanf-0.4.tar.gz
tar -xvf yanf-0.4.tar
	
This will create a new directory called "yanf-0.4" with the source code.

Then edit ./yanf-0.4/include/setup.h with your favourite text editor and
compile:
cd yanf-0.4
<your favourite text editor> include/setup.h
make

Finally copy the binary to any directory:
cp bin/yanf <choose_a_dir>/
	
Enjoy!!!