From a4d16d3c5f3dd2dded9a3a620f63bd2064777b12 Mon Sep 17 00:00:00 2001 From: SuperCowProducts <143343957+SuperCowProducts@users.noreply.github.com> Date: Fri, 6 Feb 2026 10:51:10 +0000 Subject: [PATCH] Update installation instructions in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e46a628..1f743f3 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ cmake -S . -B build cmake --build build --config Release ``` -Installation can be done with `cmake --install`. Packages can be made with `cpack`. +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`. The tests use `qtest`, and the test driver is invoked by `ctest`. To see the real underlying tests, run `ctest --verbose` so that you can see `qtest`'s output. If you need to turn off qtest's color output, -- libgit2 0.21.4