diff options
author | Bernard Normier <bernard@zeroc.com> | 2015-07-30 11:33:32 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2015-07-30 11:33:32 -0400 |
commit | 03930a641f7a88bdb9bba3952f362af8e2e8843a (patch) | |
tree | aaf30957792c1ddb92f4e4ed79091abe67374953 /cpp/BuildInstructionsWindows.md | |
parent | Fixes to test script to guess build mode (diff) | |
download | ice-03930a641f7a88bdb9bba3952f362af8e2e8843a.tar.bz2 ice-03930a641f7a88bdb9bba3952f362af8e2e8843a.tar.xz ice-03930a641f7a88bdb9bba3952f362af8e2e8843a.zip |
Simplified third-party instructions
Diffstat (limited to 'cpp/BuildInstructionsWindows.md')
-rw-r--r-- | cpp/BuildInstructionsWindows.md | 39 |
1 files changed, 4 insertions, 35 deletions
diff --git a/cpp/BuildInstructionsWindows.md b/cpp/BuildInstructionsWindows.md index 81abff1d98c..d1681e9a355 100644 --- a/cpp/BuildInstructionsWindows.md +++ b/cpp/BuildInstructionsWindows.md @@ -24,42 +24,11 @@ Ice has dependencies on a number of third-party libraries: - [mcpp][6] 2.7.2 (with patches) You do not need to build these packages yourself, as ZeroC supplies -[Nuget][7] packages for all of the third-party dependencies. +[Nuget][7] packages for all these third party dependencies. -You do not need to install these packages manually they are automatically -downloaded and installed to cpp/third-party-packages folder during Ice build. - -The names of the required packages depend on the platform compiler you -are using. - -For Visual Studio 2015: - - - [expat.v140](https://www.nuget.org/packages/expat.v140/2.1.0.1) - - [bzip2.v140](https://www.nuget.org/packages/bzip2.v140/1.0.6.2) - - [berkeley.db.v140](https://www.nuget.org/packages/berkeley.db.v140/5.3.28.1) - - [mcpp.v140](https://www.nuget.org/packages/mcpp.v140/2.7.2.5) - -For Visual Studio 2013: - - - [expat.v120](https://www.nuget.org/packages/expat.v120/2.1.0.1) - - [bzip2.v120](https://www.nuget.org/packages/bzip2.v120/1.0.6.2) - - [berkeley.db.v120](https://www.nuget.org/packages/berkeley.db.v120/5.3.28.1) - - [mcpp.v120](https://www.nuget.org/packages/mcpp.v120/2.7.2.5) - -For Visual Studio 2012: - - - [expat.v110](https://www.nuget.org/packages/expat.v110/2.1.0.1) - - [bzip2.v110](https://www.nuget.org/packages/bzip2.v110/1.0.6.2) - - [berkeley.db.v110](https://www.nuget.org/packages/berkeley.db.v110/5.3.28.1) - - [mcpp.v110](https://www.nuget.org/packages/mcpp.v110/2.7.2.5) - -For Visual Studio 2010: - - - [bzip2.v100](https://www.nuget.org/packages/bzip2.v100/1.0.6.2) - - [mcpp.v100](https://www.nuget.org/packages/mcpp.v100/2.7.2.5) - -If you wish to build these packages from sources, please follow the -instructions provided with the package README.md. +The Ice build system for Windows downloads and installs Nuget and these +Nuget packages when you build Ice for C++. The third-party packages +are installed in the ``ice/cpp/third-party-packages`` folder. ### Monotonic Clock |