parent
61474d5d54
commit
be0f0ce903
|
@ -35,7 +35,7 @@ The official docker image for building is [`foundationdb/build`](https://hub.doc
|
|||
To build outside the official docker image you'll need at least these dependencies:
|
||||
|
||||
1. Install cmake Version 3.13 or higher [CMake](https://cmake.org/)
|
||||
1. Install [Mono](http://www.mono-project.com/download/stable/)
|
||||
1. Install [Mono](https://www.mono-project.com/download/stable/)
|
||||
1. Install [Ninja](https://ninja-build.org/) (optional, but recommended)
|
||||
|
||||
If compiling for local development, please set `-DUSE_WERROR=ON` in
|
||||
|
@ -177,7 +177,7 @@ Under Windows, only Visual Studio with ClangCl is supported
|
|||
1. Install [Python](https://www.python.org/downloads/) if is not already installed by Visual Studio
|
||||
1. (Optional) Install [OpenJDK 11](https://developers.redhat.com/products/openjdk/download) to build Java bindings
|
||||
1. (Optional) Install [OpenSSL 3.x](https://slproweb.com/products/Win32OpenSSL.html) to build with TLS support
|
||||
1. (Optional) Install [WIX Toolset](http://wixtoolset.org/) to build Windows installer
|
||||
1. (Optional) Install [WIX Toolset](https://wixtoolset.org/) to build Windows installer
|
||||
1. `mkdir build && cd build`
|
||||
1. `cmake -G "Visual Studio 16 2019" -A x64 -T ClangCl <PATH_TO_FOUNDATIONDB_SOURCE>`
|
||||
1. `msbuild /p:Configuration=Release foundationdb.sln`
|
||||
|
|
Loading…
Reference in New Issue