summaryrefslogtreecommitdiff
path: root/csharp/BuildInstructions.md
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-11-21 10:30:04 +0100
committerJose <jose@zeroc.com>2016-11-21 10:30:04 +0100
commitb89e6058fd678ce45e055722e4f9f7f5f0d90e4f (patch)
tree96873f993aaced1e7615edf13afb0070fa9e4fd0 /csharp/BuildInstructions.md
parentAdd NugetPack to CSharp build instructions (diff)
downloadice-b89e6058fd678ce45e055722e4f9f7f5f0d90e4f.tar.bz2
ice-b89e6058fd678ce45e055722e4f9f7f5f0d90e4f.tar.xz
ice-b89e6058fd678ce45e055722e4f9f7f5f0d90e4f.zip
Windows build instructions updates
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 39ed3b4f147..7978c015e6e 100644
--- a/csharp/BuildInstructions.md
+++ b/csharp/BuildInstructions.md
@@ -18,8 +18,8 @@ version 4.3.6 or greater to build Ice.
### Preparing to Build
-The build system requires the Slice translator from Ice for C++. If you have not
-built Ice for C++ in this source distribution, refer to [C++ build instructions](../cpp/BuildInstructionsWindows.md)
+The build system requires the `slice2cs` compiler from Ice for C++. If you have
+not built Ice for C++ in this source distribution, refer to [C++ build instructions](../cpp/BuildInstructionsWindows.md).
### Building Ice for .NET