Merge 51dbaad50db25face029af6224b82c270d93b76d into 1fad1626900a128be724cba9e9c19a6b2fe2bf6b

This commit is contained in:
Phoebe 2024-07-02 09:23:50 +02:00 committed by GitHub
commit 8fa59cffbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,6 +79,17 @@ distribution directory structure:</p>
would be replaced by <tt>core.so</tt>.
</p>
<p>
Alternatively, you can build and install LuaSocket using vcpkg dependency manager:
<pre class=example>
./vcpkg install luasocket
</pre>
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.
</p>
<h3>Using LuaSocket</h3>
<p> With the above setup, and an interpreter with shared library support,