From 94433e8a201d46401be10e5d1a5d2113911e1b53 Mon Sep 17 00:00:00 2001 From: "Brian P. Hinz" Date: Tue, 18 Nov 2014 07:39:35 -0500 Subject: Removed references to libgcrypt and libgpg-error in BUILDING.txt --- BUILDING.txt | 4 +--- 1 file changed, 1 insertion(+), 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. -- cgit v1.2.3