Commit f4229c433ca8a362f4c7708d3e5eb3c926fad2f3
Committed by
GitHub
Merge pull request #1666 from SuperCowProducts/main
Update installation instructions in README
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 in your `.bashrc` or similar, 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, |