]> source.dussan.org Git - tigervnc.git/commitdiff
Clarify that VeNCrypt is part of TigerVNC, regardless of whether TLS support is enabled
authorDRC <dcommander@users.sourceforge.net>
Tue, 8 Mar 2011 19:15:56 +0000 (19:15 +0000)
committerDRC <dcommander@users.sourceforge.net>
Tue, 8 Mar 2011 19:15:56 +0000 (19:15 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1_1@4340 3789f03b-4d11-0410-bbf8-ca57d06f2519

BUILDING.txt

index ef0c7ba0f71d97d188c3cd4828667141355047df..634ed55c82dfd3ddf5ff837dd50eb0201fc6ce9b 100644 (file)
@@ -117,7 +117,8 @@ build configuration or module dependencies.
 Building VeNCrypt support
 =========================
 
-Building VeNCrypt (the TigerVNC security and authentication extensions)
+VeNCrypt (the TigerVNC security and authentication extensions) can be built
+with TLS support, which provides built-in encryption for VNC sessions.  This
 requires GnuTLS, which is not pre-installed on all platforms.  In general, if
 you are building on a Unix-ish platform that has the GnuTLS libraries and
 include files installed in the standard system locations, then the TigerVNC
@@ -350,7 +351,8 @@ to the cmake command line.
 Building VeNCrypt support
 =========================
 
-Building VeNCrypt (the TigerVNC security and authentication extensions)
+VeNCrypt (the TigerVNC security and authentication extensions) can be built
+with TLS support, which provides built-in encryption for VNC sessions.  This
 requires GnuTLS, which is not Microsoft-friendly.  There is generally no
 sane way to build GnuTLS and its dependencies using Visual C++.  Those with
 a lot of time on their hands can build the GnuTLS DLLs using MinGW (or download