Unverified Commit 940335d8 authored by Lily's avatar Lily Committed by GitHub

Add vcpkg installation instructions (#517)

Add vcpkg installation instructions
parent dfc0e441
......@@ -130,6 +130,22 @@ The simplest way to compile this package is:
6. Often, you can also type `make uninstall' to remove the installed
files again.
Building glog - Using vcpkg
===========================
The url of vcpkg is: https://github.com/Microsoft/vcpkg
You can download and install glog using the vcpkg dependency manager:
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh
./vcpkg integrate install
./vcpkg install glog
The glog 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 on the vcpkg repository.
Compilers and Options
=====================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment