- Python >=3.5
python3 bootstrap.py
To generate Makefile:
mkdir build/
cd build/
cmake ..
To build library:
make
ls -l lib/
To run tests:
make test
This project is licensed under the MIT license. A copy of this license is provided in this repository.