ReadMe.txt
November 22, 2022 ยท View on GitHub
Tutorial:
- Compile command (Need compiler which supports C++11)
-
Windows mkdir build cd build cmake -G "Visual Studio 16 2019" .. (Notice: please change the cmake command if you use other compiler)
-
Linux mkdir build cd build cmake .. make
-