diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2015-11-09 09:50:34 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2015-11-09 09:50:34 -0330 |
commit | 6ae95fb43c8f819516af67b55649c4113add7a1c (patch) | |
tree | 0044be78b05dbac9cfd347d2188866556eff8b7e /cpp/BuildInstructionsWindows.md | |
parent | Changed IceGrid.Registry.Data property to IceGrid.Registry.LMDB.Path (diff) | |
download | ice-6ae95fb43c8f819516af67b55649c4113add7a1c.tar.bz2 ice-6ae95fb43c8f819516af67b55649c4113add7a1c.tar.xz ice-6ae95fb43c8f819516af67b55649c4113add7a1c.zip |
Removed BerkelyDB from BuildInstructions and added LMDB
Diffstat (limited to 'cpp/BuildInstructionsWindows.md')
-rw-r--r-- | cpp/BuildInstructionsWindows.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/BuildInstructionsWindows.md b/cpp/BuildInstructionsWindows.md index 5967d97adc7..f9d4f53f19c 100644 --- a/cpp/BuildInstructionsWindows.md +++ b/cpp/BuildInstructionsWindows.md @@ -20,13 +20,13 @@ Ice has dependencies on a number of third-party libraries: - [expat][3] 2.0 - [bzip][4] 1.0 - - [Berkeley DB][5] 5.3 + - [LMDB][5] 0.9.16 - [mcpp][6] 2.7.2 (with patches) You do not need to build these packages yourself, as ZeroC supplies [Nuget][7] packages for all these third party dependencies. -The Ice build system for Windows downloads and installs Nuget and these +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. @@ -67,7 +67,7 @@ This will build the Ice core libraries, services, and tests. ### x64 Platform -Building Ice for x64 with Visual Studio is like building Ice for x86. You just need to +Building Ice for x64 with Visual Studio is like building Ice for x86. You just need to perform the build in an "x64 Command Prompt", and not in a regular "Developer Command Prompt". ## Installing a C++ Source Build @@ -96,7 +96,7 @@ failure, the tests abort with `failed`. [2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.1 [3]: http://expat.sourceforge.net [4]: http://bzip.org -[5]: http://www.oracle.com/us/products/database/berkeley-db/overview/index.htm +[5]: http://symas.com/mdb/ [6]: https://github.com/zeroc-ice/mcpp [7]: https://www.nuget.org |