Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 262 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 262 Bytes

Build/install

The first time you build from a clone of this repo you will need to execute:

$ mkdir build
$ cd build
$ cmake ..

The build process itself on Linux is then the usual:

$ make
$ make install

To run the tests:

$ make test