forked from LIGHTASCENSIONS/freeze
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e474791
commit f98e4e5
Showing
1 changed file
with
6 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,11 +8,9 @@ including Windows and Visual Studio, so building Freeze from source is usually | |
unnecessary. | ||
|
||
* [C++ Build Requirements](#c-build-requirements) | ||
* [Operating Systems and Compilers](#operating-systems-and-compilers) | ||
* [Third-Party Libraries](#third-party-libraries) | ||
* [Linux](#linux) | ||
* [macOS](#macos) | ||
* [Windows](#windows) | ||
* [Linux](#linux) | ||
* [macOS](#macos) | ||
* [Windows](#windows) | ||
* [Building Freeze for Linux or macOS](#building-freeze-for-linux-or-macos) | ||
* [Building Freeze for Windows](#building-ice-for-windows) | ||
* [Installing a C++ Source Build on Linux or macOS](#installing-a-c-source-build-on-linux-or-macos) | ||
|
@@ -24,24 +22,22 @@ unnecessary. | |
Freeze was extensively tested using the operating systems and compiler versions | ||
listed on [supported platforms][2]. | ||
|
||
### Third-Party Libraries | ||
|
||
Freeze uses [Berkeley DB][3] as its underlying database and currently requires | ||
Berkeley DB version 5.3 (the recommended version is 5.3.28). | ||
|
||
#### Linux | ||
### Linux | ||
|
||
ZeroC supplies binary packages for Berkeley DB on supported Linux | ||
distributions that do not include them. | ||
|
||
#### macOS | ||
### macOS | ||
|
||
You can install Berkeley DB with Homebrew as follows: | ||
``` | ||
brew install zeroc-ice/tap/[email protected] | ||
``` | ||
|
||
#### Windows | ||
### Windows | ||
|
||
The Freeze build system for Windows automatically downloads and installs | ||
NuGet and NuGet packages for Berkeley DB when you build Freeze for C++. | ||
|