diff options
author | Bernard Normier <bernard@zeroc.com> | 2015-07-22 13:42:12 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2015-07-22 13:42:12 -0400 |
commit | 30d6e4a743263e9199d894bee1eecdb2e0c69b16 (patch) | |
tree | 44b9058e3cf8f93f52efe0035c0de6cf9fa68eaf | |
parent | Fix for Visual Studio 2015 bogus warning (diff) | |
download | ice-30d6e4a743263e9199d894bee1eecdb2e0c69b16.tar.bz2 ice-30d6e4a743263e9199d894bee1eecdb2e0c69b16.tar.xz ice-30d6e4a743263e9199d894bee1eecdb2e0c69b16.zip |
Removed x64 platform notes
-rw-r--r-- | cpp/BuildInstructionsWindows.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/BuildInstructionsWindows.md b/cpp/BuildInstructionsWindows.md index 9e37a0c31c0..5c0c0f5745b 100644 --- a/cpp/BuildInstructionsWindows.md +++ b/cpp/BuildInstructionsWindows.md @@ -48,9 +48,6 @@ example, when using Visual Studio 2013, you have several alternatives: Using the first two configurations produces 32-bit binaries, while the third and fourth configurations produce 64-bit binaries. -> *You must be using a Windows x64 platform when compiling a 64-bit version of -> *Ice.* - In the command window, change to the `cpp` subdirectory: $ cd cpp @@ -70,9 +67,6 @@ Building Ice on x64 with the Visual Studio C++ compiler is like building Ice on x86. You just need to perform the build in an "x64 Command Prompt", and not in a regular "Developer Command Prompt". -> *You must be using a Windows x64 platform when compiling a 64-bit version of -> *Ice.* - ## Installing a C++ Source Build Simply run `nmake /f Makefile.mak install`. This will install Ice in the |