Fix xlsx library finding

This commit is contained in:
2023-10-15 11:19:58 +02:00
parent 660e783517
commit fa7fe081ad
3 changed files with 7 additions and 11 deletions

View File

@@ -27,11 +27,9 @@ export BOOST_ROOT=/path/to/library/
```bash
cd lib/libxlsxwriter
make
sudo make install
make install DESTDIR=/home/rmontanana/Code PREFIX=
```
It has to be installed in /usr/local/lib otherwise CMakeLists.txt has to be modified accordingly
Environment variable has to be set:
```bash