diff --git a/apidoc/html/index.html b/apidoc/html/index.html index 9b59f48..5d82849 100644 --- a/apidoc/html/index.html +++ b/apidoc/html/index.html @@ -157,7 +157,7 @@
The RedisX library can be built either as a shared (libredisx.so[.1]
) and as a static (libredisx.a
) library, 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 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
.XCHANGE
: the root of the location where the 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
).CPPFLAGS
: C pre-processor flags, such as externally defined compiler constants.CFLAGS
: Flags to pass onto the C compiler (default: -Os -Wall
). Note, -Iinclude
will be added automatically.