With the previous steps, the library will be stored in `CMAKE_PREFIX_PATH` that usually is `/usr/local`. If you want to install the library in a local folder (avoiding sudo permissions), you can add these lines in your `.bashrc` file:
With the previous steps, the library will be stored in `CMAKE_PREFIX_PATH` that usually is `/usr/local`. If you want to install the library in a local folder (avoiding sudo permissions), you can add these lines in your `.bashrc` file:
```bash
```bash
export WOLF_PREFIX=/your/local/installation/path # To be substituted by your desired installation path
export LOCAL_INSTALL_PREFIX=/your/local/installation/path # To be substituted by your desired installation path