summaryrefslogtreecommitdiff
path: root/csharp/BuildInstructions.md
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2015-06-17 15:52:51 -0700
committerMark Spruiell <mes@zeroc.com>2015-06-17 15:52:51 -0700
commit892ab82bd28974512d9a4cc557bf495b2aa46e72 (patch)
tree7caa08f94889529d73be71148eb040cd71900736 /csharp/BuildInstructions.md
parentFix JS build error (diff)
downloadice-892ab82bd28974512d9a4cc557bf495b2aa46e72.tar.bz2
ice-892ab82bd28974512d9a4cc557bf495b2aa46e72.tar.xz
ice-892ab82bd28974512d9a4cc557bf495b2aa46e72.zip
ICE-6604 - document passlib requirement
Diffstat (limited to 'csharp/BuildInstructions.md')
-rw-r--r--csharp/BuildInstructions.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/csharp/BuildInstructions.md b/csharp/BuildInstructions.md
index af92dacea53..c47fa16d53a 100644
--- a/csharp/BuildInstructions.md
+++ b/csharp/BuildInstructions.md
@@ -51,8 +51,13 @@ Ice installation:
> set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.6.0
-Python is required to run the test suite. To run the tests, open a command window
-and change to the top-level directory. At the command prompt, execute:
+Python is required to run the test suite. Additionally, the Glacier2 tests
+require the Python module `passlib`, which you can install with the command:
+
+ > pip install passlib
+
+To run the tests, open a command window and change to the top-level directory.
+At the command prompt, execute:
> python allTests.py
@@ -127,5 +132,5 @@ Unity API, open `config\Make.rules.mak.cs` and set `UNITY=yes`. Run nmake as bef
> nmake /f Makefile.mak
[1]: https://zeroc.com/download.html
-[2]: https://zeroc.com/platforms_3_6_0.html
+[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.0
[3]: https://msdn.microsoft.com/en-us/library/ms241613.aspx