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 アーカイブからダウンロードしましたが、configure ファイルがなく、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 と互換性がないことに注意してください。このリポジトリから最新バージョンを入手できます。