The abandoned freelords C++ codebase has been used as a starting point.
[More Info]
Check if your sourcelist is correctly set.
Next is to install the right tools and libs to compile and install LordsAWar.
Code:
sudo aptitude update && sudo aptitude safe-upgrade sudo aptitude install build-essential checkinstall sudo aptitude install libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libexpat1-dev gettext bison libgtkmm-2.4-dev libsigc++-2.0-dev
Done.
Download LordsAWar source code (tarball) to your Desktop.
Download
Code:
cd ~/Desktop tar zxfv lordsawar-0.0.8.tar.gz cd lordsawar-0.0.8 ./configure make sudo checkinstall
Done.
You can now launch LordsAWar by Applications tab —> Games —> LordsAWar
or by typing lordsawar in the terminal.
Enjoy!