Add vcpkg installation instructions

This commit is contained in:
PhoebeHui 2020-01-22 00:34:04 -08:00 committed by Arvid Norberg
parent bf22f56d74
commit 5e4686c30f
2 changed files with 15 additions and 0 deletions

View File

@ -481,6 +481,20 @@ If you enabled test in the configuration step, to run them, run::
ctest -j8
building with VCPKG
-------------------
You can download and install libtorrent 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 libtorrent
The libtorrent 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.
building with other build systems
---------------------------------

View File

@ -554,3 +554,4 @@ fastresume
InternetGatewayDevice
netmask
fe80
vcpkg