From 13f5ab738880671a8d8381ef0fabc625e269eeef Mon Sep 17 00:00:00 2001 From: Andrey Prygunkov Date: Wed, 21 Oct 2015 23:03:17 +0200 Subject: [PATCH] #102: updated compiling instructions (Windows only) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …for Visual Studio 2015. --- README | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README b/README index 206e6aee..cd9b0019 100644 --- a/README +++ b/README @@ -206,9 +206,8 @@ TLS/SSL support using option "--disable-tls": 5. Compiling on Windows ===================================== -NZBGet is developed using MS Visual C++ 2005. The project file and solution -are provided. If you use MS Visual C++ 2005 Express you need to download -and install Platform SDK. +NZBGet is developed using MS Visual Studio 2015 (Community Edition). The project +file is provided. To compile the program with TLS/SSL support you need either OpenSSL or GnuTLS: - OpenSSL (http://www.openssl.org)