diff options
-rw-r--r-- | python/BuildInstructionsWindows.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/BuildInstructionsWindows.md b/python/BuildInstructionsWindows.md index a6d90b0b3ae..483d8792ed6 100644 --- a/python/BuildInstructionsWindows.md +++ b/python/BuildInstructionsWindows.md @@ -26,7 +26,7 @@ with the one used to build Ice for C++. The Python interpreter is readily available on Windows platforms. You can build it yourself using Microsoft Visual C++, or obtain a binary distribution from the Python web site. The Python 3.6.x binary distribution is compiled with Visual -C++ 14, while Python 2.7.x is compiled with Visual C++ 10. You should compile +C++ 14, while Python 2.7.x is compiled with Visual C++ 9. You should compile the Ice extension with the same Visual C++ version as your Python binary distribution. |