Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 168 Bytes

File metadata and controls

12 lines (9 loc) · 168 Bytes

README

To build, run the following commands in the project root directory.

git submodule update --init --recursive
mkdir build
cd build
cmake ..
make