diff options
author | Jose <jose@zeroc.com> | 2017-07-04 12:52:14 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-07-04 12:52:14 +0200 |
commit | e73f10700ca282e99e5f5d3e3edf1d0845c4198e (patch) | |
tree | 406b7327ca6be272e35ee143e41dc8eea44384b9 | |
parent | Increased number of expected heartbeats (diff) | |
download | ice-e73f10700ca282e99e5f5d3e3edf1d0845c4198e.tar.bz2 ice-e73f10700ca282e99e5f5d3e3edf1d0845c4198e.tar.xz ice-e73f10700ca282e99e5f5d3e3edf1d0845c4198e.zip |
minor fixes to BuildInstructions
-rw-r--r-- | cpp/BuildInstructionsWindows.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/BuildInstructionsWindows.md b/cpp/BuildInstructionsWindows.md index 4ed2fef96ed..7f9e0cfe660 100644 --- a/cpp/BuildInstructionsWindows.md +++ b/cpp/BuildInstructionsWindows.md @@ -7,7 +7,7 @@ ZeroC provides [Ice binary distributions][1] for various platforms and compilers, including Windows and Visual Studio, so building Ice from sources is usually unnecessary. -## Build Requirements +## C++ Build Requirements ### Operating Systems and Compilers @@ -33,7 +33,7 @@ The Ice build system for Windows downloads and installs the NuGet command-line executable and these NuGet packages when you build Ice for C++. The third-party packages are installed in the ``ice/cpp/msbuild/packages`` folder. -## Building Ice for C++ +## Building Ice Open a Visual Studio command prompt. For example, with Visual Studio 2015, you can open one of: |