Add vcpkg installation instructions

This commit is contained in:
grdowns 2019-09-27 04:29:07 -07:00
parent 2cac878761
commit 9c134a8c8b

View file

@ -10,6 +10,18 @@ following command:
sudo apt-get install libgflags-dev
Compiling the source code with vcpkg
=========================
You can download and install gflags using the [vcpkg](https://github.com/Microsoft/vcpkg) dependency manager:
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh
./vcpkg integrate install
vcpkg install gflags
The gflags 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.
Compiling the source code with CMake
=========================