Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 114 Bytes

Build.md

File metadata and controls

6 lines (5 loc) · 114 Bytes

mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr ../ make

sudo make install