Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 253 Bytes

Build_from_source.md

File metadata and controls

11 lines (9 loc) · 253 Bytes

Assuming https://vcpkg.io/ is installed and VCPKG_ROOT env variable is set. Compiler: VS 2022.

git clone https://github.com/JochenBaier/BugInsight.git
cd BugInsight
mkdir build
cd build
cmake ..
cmake --build . --config Release --parallel