Commit a4d16d3c5f3dd2dded9a3a620f63bd2064777b12
Committed by
GitHub
1 parent
cc1623e7
Update installation instructions in README
Added information about setting LD_LIBRARY_PATH for installation.
Showing
1 changed file
with
1 additions
and
1 deletions
README.md
| @@ -150,7 +150,7 @@ cmake -S . -B build | @@ -150,7 +150,7 @@ cmake -S . -B build | ||
| 150 | cmake --build build --config Release | 150 | cmake --build build --config Release |
| 151 | ``` | 151 | ``` |
| 152 | 152 | ||
| 153 | -Installation can be done with `cmake --install`. Packages can be made with `cpack`. | 153 | +Installation can be done with `cmake --install` (you may need to set the `LD_LIBRARY_PATH` variable, with a command such as `export LD_LIBRARY_PATH=/usr/local/lib64:$LD_LIBRARY_PATH`). Packages can be made with `cpack`. |
| 154 | 154 | ||
| 155 | The tests use `qtest`, and the test driver is invoked by `ctest`. To see the real underlying tests, | 155 | The tests use `qtest`, and the test driver is invoked by `ctest`. To see the real underlying tests, |
| 156 | run `ctest --verbose` so that you can see `qtest`'s output. If you need to turn off qtest's color output, | 156 | run `ctest --verbose` so that you can see `qtest`'s output. If you need to turn off qtest's color output, |