Compare commits

...

5 Commits

Author SHA1 Message Date
Phoebe
07fcb48a4d
Merge 51dbaad50db25face029af6224b82c270d93b76d into 453a5207eda52939181233bffffa67171ef838bd 2023-11-13 10:22:15 +08:00
Caleb Maclennan
453a5207ed
style(docs): Trim trailing whitespace in HTML docs
Many editors remove these automatically anyway which makes opening and
editng the docs cause a bunch of noise. This is just to get the noise
out of the way in a style commit so it doesn't leak into other PRs
2023-11-11 08:07:38 +03:00
PhoebeHui
51dbaad50d Update the instructions 2023-11-09 23:45:32 -08:00
PhoebeHui
b91a378e3b Merge branch 'master' of https://github.com/lunarmodules/luasocket 2023-11-09 23:43:17 -08:00
PhoebeHui
5535e4946b Add vcpkg installation instructions 2020-03-31 01:12:01 -07:00
3 changed files with 93 additions and 82 deletions

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,