提交 57c5913f 编写于 作者: G grdowns 提交者: Andreas Schuh

Add vcpkg installation instructions

上级 2cac8787
......@@ -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
=========================
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册