Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试安装 luasocket,但我找不到任何信息如何执行此操作。我从 luaforge luasocket-2.0.2.tar.gz 存档下载,但没有配置文件,只有 MVS 解决方案。那么,如何获得编译好的库呢?
你可以通过 LuaRocks 安装 LuaSocket:
luarocks install luasocket
或直接来自 git:
luarocks install https://raw.githubusercontent.com/diegonehab/luasocket/master/luasocket-scm-0.rockspec
这已经在 SO 上讨论过;例如,请参阅此问题及其答案。
请注意,这不是最新版本的 luasocket,它与 Lua 5.2 或 Lua 5.3 不兼容。您可以从此存储库获取更新的版本。