diff --git a/doc/installation.html b/doc/installation.html index 28a9fbb..cc05f6f 100644 --- a/doc/installation.html +++ b/doc/installation.html @@ -79,6 +79,21 @@ distribution directory structure:

would be replaced by core.so.

+

+Alternatively, you can build and install LuaSocket using vcpkg dependency manager: + +

+git clone https://github.com/Microsoft/vcpkg.git
+cd vcpkg
+./bootstrap-vcpkg.sh
+./vcpkg integrate install
+./vcpkg install luasocket
+
+ +The luasocket 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. + +

Using LuaSocket

With the above setup, and an interpreter with shared library support,