From 666ab249d499f5f8e8fd4c0d31aafe6700d7317d Mon Sep 17 00:00:00 2001 From: Attila Kovacs Date: Tue, 3 Sep 2024 12:29:04 +0200 Subject: [PATCH] minor README edit (site update) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 729fa70..e043236 100644 --- a/README.md +++ b/README.md @@ -88,8 +88,8 @@ depending on what suites your needs best. You can configure the build, either by editing `config.mk` or else by defining the relevant environment variables prior to invoking `make`. The following build variables can be configured: - - `XCHANGE`: the root of the location where the [Smithsonian/xchange](https://github.com/Smithsonian/xchange) is - installed. It expects to find `xchange.h` under `$(XCHANGE)/include` and `libxchange.so` under `$(XCHANGE)/lib` + - `XCHANGE`: the root of the location where the [Smithsonian/xchange](https://github.com/Smithsonian/xchange) library + is installed. It expects to find `xchange.h` under `$(XCHANGE)/include` and `libxchange.so` under `$(XCHANGE)/lib` or else in the default `LD_LIBRARY_PATH`. - `CC`: The C compiler to use (default: `gcc`).