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.
我需要安装 liblua5.3-dev 来编译一个名为 Domoticz 的代码项目。我尝试使用“brew”和“luarocks”,但它似乎没有为我提供开发库,而只是一个运行时/解释器。如何在 macOS (Catalina) 上安装 liblua5.3-dev?
您应该尝试官方方式:
curl -R -O http://www.lua.org/ftp/lua-5.3.5.tar.gz tar zxf lua-5.3.5.tar.gz cd lua-5.3.5 make macosx test