forked from premiere/premiere-libtorrent
Add vcpkg installation instructions
This commit is contained in:
parent
bf22f56d74
commit
5e4686c30f
|
@ -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
|
||||
---------------------------------
|
||||
|
||||
|
|
|
@ -554,3 +554,4 @@ fastresume
|
|||
InternetGatewayDevice
|
||||
netmask
|
||||
fe80
|
||||
vcpkg
|
||||
|
|
Loading…
Reference in New Issue