On 2/21/11 10:30 AM, Adam Tkac wrote:
> May I have some questions about Windows installer?
> 1. Why there is no winvnc with TLS?

Because the only way I knew how to build TLS support was using MinGW,
and WinVNC can't be built with MinGW.  When I build TLS support on
Windows, I am using the pre-compiled Win32 binaries from the GnuTLS
project.  Since they don't offer Win64 binaries, that's why there isn't
a Win64 TLS version.


> 2. Do Windows versions require manual installation of gnutls or
>    are they statically linked?

Statically linked.  The only way I know to make GnuTLS work with Visual
C++ is to dynamically link, which would require modifications to the
packaging and install system (to include the DLLs in the installer,
etc.)  I really think static linking is the way to go.  I just wish it
worked with Visual C++.


> 3. Are Win binaries built as "Release" or as "Debug"?

CMAKE_BUILD_TYPE=Release in all cases.

------------------------------------------------------------------------------
Index, Search & Analyze Logs and other IT data in Real-Time with Splunk 
Collect, index and harness all the fast moving IT data generated by your 
applications, servers and devices whether physical, virtual or in the cloud.
Deliver compliance at lower cost and gain new business insights. 
Free Software Download: http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel

Reply via email to