ReadMe.txt

November 22, 2022 ยท View on GitHub

Tutorial:

  1. Compile command (Need compiler which supports C++11)
    1. Windows mkdir build cd build cmake -G "Visual Studio 16 2019" .. (Notice: please change the cmake command if you use other compiler)

    2. Linux mkdir build cd build cmake .. make