From a5ed7ff1d9de57a94508e4c25fc7dc48f2fdabe3 Mon Sep 17 00:00:00 2001 From: FrankXie Date: Thu, 1 Sep 2022 00:51:15 -0700 Subject: [PATCH] Add vcpkg installation instructions --- Readme.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Readme.md b/Readme.md index 5595bdffb4..c93f12b093 100644 --- a/Readme.md +++ b/Readme.md @@ -121,6 +121,20 @@ The following commands can be used to configure and build the BDE repository: $ cmake_build.py build --test run ``` +Build Instructions (Vcpkg) +--------------------------------- +You can build and install bde using [vcpkg](https://github.com/Microsoft/vcpkg/) dependency manager: + +```sh or powershell + git clone https://github.com/Microsoft/vcpkg.git + cd vcpkg + ./bootstrap-vcpkg.sh + ./vcpkg integrate install + ./vcpkg install bde +``` + +The bde port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository. + License ======= The BDE libraries are distributed under the Apache License (version 2.0); see