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.
如何在 Mac OS X 上正确安装 luasocket?我在 Mac 上的 /usr/bin 中安装了 lua 5.1.4 作为二进制文件。我需要指导来配置和安装 luasocket。如果需要更多信息,请告诉我。
如果你想要最新版本的 LuaSocket:
git clone -b unstable git://github.com/diegonehab/luasocket.git cd luasocket make macosx sudo make install