- CMake
- g++ Compiler
- boost
build-essentials contain g++ and libboost-all-dev contains boost
sudo apt-get update
sudo apt-get install cmake build-essential libboost-all-devProject uses cmake
To build the files, follow these steps
mkdir buildcd buildcmake ../cd srcmake- executable should now be in
build/src