diff options
author | Benoit Foucher <benoit@zeroc.com> | 2016-04-07 19:09:14 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2016-04-07 19:09:14 +0200 |
commit | 9cbdda5978ce61ce33b3f33e03862b18f40f323d (patch) | |
tree | 2d985d6c71edd2b476b53b1bb0a26d5054f8effc /csharp/BuildInstructions.md | |
parent | Fixes to support new versionning scheme for alpha/beta releases (diff) | |
download | ice-9cbdda5978ce61ce33b3f33e03862b18f40f323d.tar.bz2 ice-9cbdda5978ce61ce33b3f33e03862b18f40f323d.tar.xz ice-9cbdda5978ce61ce33b3f33e03862b18f40f323d.zip |
Updated Ice version to 3.7a0
Diffstat (limited to 'csharp/BuildInstructions.md')
-rw-r--r-- | csharp/BuildInstructions.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/csharp/BuildInstructions.md b/csharp/BuildInstructions.md index 2512b854dce..354828a7c84 100644 --- a/csharp/BuildInstructions.md +++ b/csharp/BuildInstructions.md @@ -25,7 +25,7 @@ The build system requires the Slice translator from Ice for C++. If you have not built Ice for C++ in this source distribution, you must set the `ICE_HOME` environment variable with the path name of your Ice installation: - > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.7.0 + > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.7a0 ### Building Ice for .NET @@ -49,7 +49,7 @@ C++ distribution. If you have not built Ice for C++ in this source distribution then you must set the `ICE_HOME` environment variable with the path name of your Ice installation: - > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.7.0 + > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.7a0 Python is required to run the test suite. Additionally, the Glacier2 tests require the Python module `passlib`, which you can install with the command: |