diff options
author | Benoit Foucher <benoit@zeroc.com> | 2015-06-19 16:20:35 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2015-06-19 16:20:35 +0200 |
commit | a56cbe5426f6958d0faabd82ba2a689abbee43e8 (patch) | |
tree | 912c5e26c124d846c1d8f0faa655ac9f0cc9a347 /python/BuildInstructionsWindows.md | |
parent | Put back server.pem (diff) | |
download | ice-a56cbe5426f6958d0faabd82ba2a689abbee43e8.tar.bz2 ice-a56cbe5426f6958d0faabd82ba2a689abbee43e8.tar.xz ice-a56cbe5426f6958d0faabd82ba2a689abbee43e8.zip |
BuildInstruction fixes
- Hard-wrapped lines to 80 cols
- Added OSX instruction for Ruby
Diffstat (limited to 'python/BuildInstructionsWindows.md')
-rw-r--r-- | python/BuildInstructionsWindows.md | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/python/BuildInstructionsWindows.md b/python/BuildInstructionsWindows.md index 317876e6be9..5b7dca0c1fd 100644 --- a/python/BuildInstructionsWindows.md +++ b/python/BuildInstructionsWindows.md @@ -1,22 +1,22 @@ # Building Ice for Python on Windows -This document describes how to build and install Ice for Python from source code on -Windows. If you prefer, you can also download [binary distributions][1] for the -supported platforms. +This document describes how to build and install Ice for Python from source code +on Windows. If you prefer, you can also download [binary distributions][1] for +the supported platforms. ## Python Build Requirements ### Operating Systems and Compilers -Ice for Python is expected to build and run properly on Windows and was extensively -tested using the operating systems and compiler versions listed for our [supported -platforms][2]. +Ice for Python is expected to build and run properly on Windows and was +extensively tested using the operating systems and compiler versions listed for +our [supported platforms][2]. ### Python Versions -Ice for Python supports Python versions 2.6, 2.7, 3.3 or 3.4. Note however that your -Python installation must have been built with a C++ compiler that is compatible with -the one used to build Ice for C++. +Ice for Python supports Python versions 2.6, 2.7, 3.3 or 3.4. Note however that +your Python installation must have been built with a C++ compiler that is +compatible with the one used to build Ice for C++. ### Ice Development Kit |