Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 333 Bytes

build-info.md

File metadata and controls

31 lines (23 loc) · 333 Bytes

build instructions

windows

ooopsi

mkdir build
cd build
cmake .. -G "Visual Studio 15 2017 Win64"
cmake --build . --config Release
cd ..

Linux (Ubuntu)

lib unwind

sudo apt install libunwind-dev

ooopsi

mkdir build
cd build
cmake ..
cmake --build . --config Release
cd ..