Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 132 Bytes

INSTALL.md

File metadata and controls

12 lines (10 loc) · 132 Bytes

Install instructions

Compile from source

$ mkdir build
$ cd build
$ cmake ../
$ cmake --build .
or
$ make -j$(nproc)