Tracker is an Ace of Spades master v31 implementation.
Assuming you already have basic build tools such as GCC/CMake install, you only need to
install these libraries and their -dev packages:
- json-c
- pthreads
- libmicrohttpd
- libmaxminddb
mkdir build && cd build
cmake ..
make -j`nproc`
./Tracker
Base taken from SpadesX.