diff --git a/README b/README index 54b2d213..cddaf8b4 100644 --- a/README +++ b/README @@ -12,4 +12,17 @@ autoreconf -vfi ./configure && make && make install +# Installing enet(vcpkg) + +You can download and install enet 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 enet + +The enet 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. + +