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中成功编译了lua。有用。它运行。现在,我想将它与 XCode 中的 C++ 混合使用。所以我在 Linked Library 中查找,这是在 XCode 中添加更多库的常用位置。但是,当然,lua 不存在。现在,我如何告诉 XCode lua 的存在,以便程序可以正确包含 lua.h?
由你决定 :
https://github.com/breinhart/Lua-In-Xcode