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.
我一直在互联网上,我根本找不到为 OSX 安装 GLFW 并将其与 Xcode 一起使用的方法。很多文章为此使用了 cmake,我尝试安装它,但我仍然无法从终端访问它。
我只需要一个简单的分步指南来安装它,因为我会失去理智。
谢谢
我使用自制软件安装 GLFW。配置 brew 后,使用命令
brew tap homebrew/versions
brew install --build-bottle --static glfw2
如果您仍然遇到问题并想使用自制软件,请更改安装命令以反映较新的 GLFW 版本(撰写本文时为 3)
brew tap homebrew/versions brew install --build-bottle --static glfw3