summaryrefslogtreecommitdiff
path: root/csharp/BuildInstructions.md
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2015-08-18 10:21:11 -0700
committerMark Spruiell <mes@zeroc.com>2015-08-18 10:21:11 -0700
commitcf258e2a8f7c360c99b84ef7f7fa17ca39e8525f (patch)
treef29012a2c4d002fd7a533e03c11b61055ae7a7ca /csharp/BuildInstructions.md
parentMinor edits (diff)
downloadice-cf258e2a8f7c360c99b84ef7f7fa17ca39e8525f.tar.bz2
ice-cf258e2a8f7c360c99b84ef7f7fa17ca39e8525f.tar.xz
ice-cf258e2a8f7c360c99b84ef7f7fa17ca39e8525f.zip
updating version in build instructions
Diffstat (limited to 'csharp/BuildInstructions.md')
-rw-r--r--csharp/BuildInstructions.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/csharp/BuildInstructions.md b/csharp/BuildInstructions.md
index 23febb268ad..5b336478378 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.6.0
+ > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.6.1
### 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.6.0
+ > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.6.1
Python is required to run the test suite. Additionally, the Glacier2 tests
require the Python module `passlib`, which you can install with the command:
@@ -134,5 +134,5 @@ before:
> nmake /f Makefile.mak
[1]: https://zeroc.com/download.html
-[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.0
+[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.1
[3]: https://msdn.microsoft.com/en-us/library/ms241613.aspx