Update Library

This commit is contained in:
2024-03-08 10:56:28 +01:00
parent 11ee490c1c
commit 632a231c95
14 changed files with 245 additions and 38 deletions

View File

@@ -59,3 +59,11 @@ export BOOST_ROOT=/path/to/library/own/
```
Don't forget to add the export BOOST_ROOT statement to .bashrc or wherever it is meant to be.
## Installation
```bash
make release
make buildr
sudo make install
```