Installing CheeseTracker:
-------------------------

First of all, I'm sorry for not using autotools, I know they can
be easy/handy for users, but they make my life impossible as developer.

There is NO ./configure ; make ; make_install

To compile CheeseTracker, you need to download the "Scons" build system,
It is a python-based build system, and it needs Python 2.2
(make sure your /usr/??/bin/python is symliked to the 2.2 one)

Get this build system from: http://www.scons.org , version 0.14 or greater
is requiered.

Edit Makefile and change your install dir

then simply type

"make"

Once the build is done

"make install"

And that's all.
I've barely tried this, so you may encounter problems, if so
please write to coding@reduz.com.ar about it

Thanks! Happy cheesing!