Xtank/Installation
From Documentation
< Xtank
Brief instructions for building Xtank from Kernigh on Debian GNU/Linux testing version Lenny.
- install the package libpth-dev, and cmake,
aptitude install libpth-dev cmake
- use svn to get the source,
svn co http://opensvn.csie.org/kernigh/trunk/xtank/
- apply a patch to remove macro for cbrt(3), and two declarations of random(3), see http://quozl.linux.org.au/xtank/xtank-from-kernigh-svn-debian-lenny.patch
- build using
cmake . make
- run using
Src/xtank
