Xerxes icon indicating copy to clipboard operation
Xerxes copied to clipboard

Install

Open HennyestHenry opened this issue 6 years ago • 1 comments

How do you compile this/ what is the installation process?

HennyestHenry avatar Jan 06 '20 01:01 HennyestHenry

@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

sepehrdaddev avatar Jan 17 '20 09:01 sepehrdaddev