You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2020/07/10 13:58:01 UTC

[qpid-proton] 01/05: PROTON-2077: Update documentation for changed Windows minimum requirements

This is an automated email from the ASF dual-hosted git repository.

astitcher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git

commit 5ecfd8c2bfcf65cd3c35902197b3e1fe91b8447e
Author: Andrew Stitcher <as...@apache.org>
AuthorDate: Mon Jul 6 13:37:48 2020 -0400

    PROTON-2077: Update documentation for changed Windows minimum requirements
---
 INSTALL.md | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/INSTALL.md b/INSTALL.md
index 76f56f6..38fcc79 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -10,8 +10,8 @@ Dependencies
 Cross-platform dependencies
 
   - CMake 2.8.12+
+  - Python (required to build core C library, minimum version depends on platform)
   - Swig 1.3+ (for the bindings)
-  - Python 2.6+ (for the Python binding)
   - Ruby 1.9+ (for the Ruby binding)
   - Go 1.11+ (for the Go binding)
 
@@ -22,10 +22,12 @@ Linux dependencies
   - Cyrus SASL 2.1+ (for SASL support)
   - OpenSSL 1.0+ (for SSL support)
   - JsonCpp 1.8+ for C++ connection configuration file support
+  - Python 2.6+ (for the Python binding)
 
 Windows dependencies
 
-  - Visual Studio 2013 or newer (regular or C++ Express)
+  - Visual Studio 2015 or newer (regular or C++ Express)
+  - Python 3.5+ (for the Python binding)
 
 CMake (Linux)
 -------------
@@ -107,7 +109,7 @@ Studio and used to build the Proton library.
 
 The following packages must be installed:
 
-  - Visual Studio 2013 or newer (regular or C++ Express)
+  - Visual Studio 2015 or newer (regular or C++ Express)
   - Python (www.python.org)
   - CMake (www.cmake.org)
 
@@ -117,9 +119,10 @@ Additional packages are required for the language bindings:
   - Development headers and libraries for the language of choice
 
 Notes:
-
   - Be sure to install relevant Microsoft Service Packs and updates
   - python.exe, cmake.exe and swig.exe _must_ all be added to your PATH
+  - Chocolatey is a useful tool that can be used to install cmake, python
+    and swig (see https://chocolatey.org/)
 
 To generate the Visual Studio project files, from the directory where you found
 this `INSTALL.md` file:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org