summaryrefslogtreecommitdiff
path: root/csharp/BuildInstructions.md
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2016-05-31 14:36:52 -0400
committerBernard Normier <bernard@zeroc.com>2016-05-31 14:36:52 -0400
commit514fcaa6bc9635533a520b1e6a61f0fa255d3bb6 (patch)
tree3f552a62b26febfdb265774a20862e0cfb066f97 /csharp/BuildInstructions.md
parentMerge pull request #10 from wmanth/master (diff)
downloadice-514fcaa6bc9635533a520b1e6a61f0fa255d3bb6.tar.bz2
ice-514fcaa6bc9635533a520b1e6a61f0fa255d3bb6.tar.xz
ice-514fcaa6bc9635533a520b1e6a61f0fa255d3bb6.zip
Updated version to 3.7a2
Diffstat (limited to 'csharp/BuildInstructions.md')
-rw-r--r--csharp/BuildInstructions.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/csharp/BuildInstructions.md b/csharp/BuildInstructions.md
index 06de0dfd57c..317aa4ccaa3 100644
--- a/csharp/BuildInstructions.md
+++ b/csharp/BuildInstructions.md
@@ -28,7 +28,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.7a0
+ > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.7a2
### 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.7a0
+ > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.7a2
Python is required to run the test suite. Additionally, the Glacier2 tests
require the Python module `passlib`, which you can install with the command: