sparrow 0.3.0
|
Here we describe how to build the project for development purposes on Linux or macOS. For Windows, the instructions are similar.
First we create a conda environment with all required development dependencies:
Then we activate the environment:
create a build directory and run cmake from it:
And finally, build the project:
To run the tests, you can either invoke the test binary directly:
or use ctest:
To run all examples toat once you can use the run_examples
target:
To build the documentation, you can use the docs
target:
The documentation will be located in the docs/html
folder in the build directory. You can open docs/html/index.html
in your browser to view it.