How to download and install ClanRPG

We are currently using the development version of ClanLib (0.7) version of ClanLib. Be sure to follow the instructions to checkout module ClanLib-0.7 from their repository or grab a tarball.
Additionally you will need expat and lua 5 installed in your system.
Once ClanLib is up and running, you can get the code of ClanRPG with CVS using the following instructions:
First, run this command at a terminal:
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/insomnia login
When asked for a password, just press the enter key. Now, to download the module, run the command:
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/insomnia co clanrpg2
A new directory called clanrpg2 should have been created in the current directory. Go into it, and run:
./autogen.sh
export LD_LIBRARY_PATH=.
make test
./clanrpgtest
This will compile the library itself, and also create a small test program, called clanrpgtest. Right now, since ClanRPG is so early in development, there isn't much to see, but as the project progresses, this test file will become eventually become a nice looking example.