diff --git a/docs/installation.html b/docs/installation.html index 25c0bba..e0d72eb 100644 --- a/docs/installation.html +++ b/docs/installation.html @@ -79,6 +79,17 @@ distribution directory structure:

would be replaced by core.so.

+

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

+./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,