- C++11 compiler
- CMake 3.1 or newer
- Python
If not already cloned:
$ git clone --recursive https://github.com/mickiboy/Legends.git
$ cd LegendsOtherwise (in top-level directory):
$ git submodule init
$ git submodule updateIn top-level directory:
$ mkdir build
$ cd build
$ cmake ..
$ make