Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 490 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 490 Bytes

hirezcpp

  • Install conan.
  • Install cmake 3.10+ (required for VS2017 fix).
  • Update MSVC to latest. Tested on 15.7.x.
cd hirezcpp
mkdir build && cd build
conan remote add bincrafters "https://api.bintray.com/conan/bincrafters/public-conan"
conan remote add bincrafters "https://api.bintray.com/conan/p-groarke/public-conan"
..\conan.bat
cmake .. -A x64 && cmake --build .

Test and lib are in bin/.

bin\hirezcpp_tests.exe