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.
我正在尝试使用 glfw,我到处寻找如何包含在 Xcode 中,但几乎没有任何效果。这是我目前的设置:
我的 main.cpp 是:
如您所见,我尝试包含 libglfw.a 但找不到。我已经尝试更改它.h,我已经包含了 glfw 的源代码,我已经尝试了我能想到的所有内容以及我可以在网上找到的所有内容。什么都没有结束。我需要包含另一个框架还是什么?
libglfw.a 应该在$HOME/code/glfw/lib/x11/libglfw.a安装时加入。
$HOME/code/glfw/lib/x11/libglfw.a
如果它是尝试将它移动到lib/而不是lib/x11/
lib/
lib/x11/
如果你需要,glfw.h你也必须移动它
glfw.h