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
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upThe 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