Add BOOST_ROOT note to README

This commit is contained in:
Alex Kremer
2023-10-12 02:40:50 +01:00
parent 32c9d5bf7c
commit 7374c4a9a3

View File

@@ -39,11 +39,13 @@ from your `clio`.
## Usage
### Compiling
> **Note:** The migrator uses **Boost 1.75.0**. You have to point the `BOOST_ROOT` env variable to its root directory.
Git-clone this project to your server. Then from the top-level directory:
```bash
mkdir build
cd build
cmake ..
BOOST_ROOT=/path/to/boost_1_75_0 cmake ..
cmake --build . -j 4
```