#cd
#wget http://static.allegro.cc/file/library/allegro-4.2.3/allegro-4.2.3.tar.gz
#cd tmw
#tar zxvf allegro-4.2.3.tar.gz
#cd allegro-4.2.3.1
#./configure
#make
#su
#make install
#exit
cd
wget http://guichan.googlecode.com/files/guichan-0.8.1.tar.gz
tar zxvf guichan-0.8.1.tar.gz
cd guichan-0.8.1
./configure
make
su
make install
exit
cd
wget http://www.cmake.org/files/v2.8/cmake-2.8.1.tar.gz
tar zxvf cmake-2.8.1.tar.gz
cd cmake-2.8.1
./configure
gmake
make
su
make install
exit
cd
wget http://cvs.icculus.org/physfs/downloads/physfs-2.0.0.tar.gz
tar zxvf physfs-2.0.0.tar.gz
cd physfs-2.0.0
cmake .
make
su
make install
exit
wget http://fastbull.dl.sourceforge.net/project/themanaworld/The%20Mana%20World/0.0.29.1/tmw-0.0.29.1.tar.gz
tar zxvf tmw-0.0.29.1.tar.gz
cd tmw-0.0.29.1
./configure
make
su
make install
exit
su
ldconfig
exit
cd