summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian P. Hinz <bphinz@users.sf.net>2014-11-18 07:39:35 -0500
committerBrian P. Hinz <bphinz@users.sf.net>2014-11-18 07:39:35 -0500
commit94433e8a201d46401be10e5d1a5d2113911e1b53 (patch)
treed2a317c8f9be6002966f7dc18e9e1ba21cee84bc
parent34d2b4de3a0b814ec22803ff09ef2f84fca1e1a5 (diff)
downloadtigervnc-94433e8a201d46401be10e5d1a5d2113911e1b53.tar.gz
tigervnc-94433e8a201d46401be10e5d1a5d2113911e1b53.zip
Removed references to libgcrypt and libgpg-error in BUILDING.txt
-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.