Xerxes
Xerxes copied to clipboard
Install
How do you compile this/ what is the installation process?
@HennyestHenry First clone it using: git submodule update --init --recursive
then make sure you have cmake and a c++ compiler like gcc or clang
then run: cd Xerxes && mkdir build && cd build && cmake .. && make
note: this is not compatible with windows