summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--BUILDING.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/BUILDING.txt b/BUILDING.txt
index e26073c8..41f493e9 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -336,9 +336,7 @@ to specify the locations of libgnutls and any dependencies. For instance,
adding
-DGNUTLS_INCLUDE_DIR=/usr/local/include \
- -DGNUTLS_LIBRARY="/usr/local/lib/libgnutls.a; \
- /usr/local/lib/libgcrypt.a; \
- /usr/local/lib/libgpg-error.a"
+ -DGNUTLS_LIBRARY=/usr/local/lib/libgnutls.a
to the CMake command line would link TigerVNC against a static version of
libgnutls located under /usr/local.