Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 319 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 319 Bytes

Building

Building the source files on an UNIX system is easy. Obtain cmake using your platforms recommend method (e.g. apt-get, yum, pacman etc.) and run the following commands.

Building on Windows should work too. Please consult the CMake documentation.

mkdir build
cd build
cmake ../src
make