Skip to content

Commit

Permalink
Add vcpkg installation instructions (#517)
Browse files Browse the repository at this point in the history
Add vcpkg installation instructions
  • Loading branch information
LilyWangL authored Mar 25, 2020
1 parent dfc0e44 commit 940335d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -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
=====================

Expand Down

0 comments on commit 940335d

Please sign in to comment.