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.
我在 Ubuntu 上安装了 Qt,当我尝试编译一个项目时它报告错误:找不到 -lGL。但是我在安装openGL库时遇到问题,所以我想知道是否可以在没有openGL的情况下使用Qt,以某种方式将该库排除在链接之外......
在 Ubuntu 上安装 Qt --> 如何..?哪个版本?你配置了吗?您可以在安装时对其进行配置,如果您不想要 OpenGL,您可以提供选项
-no-opengl
当我尝试编译一个项目时,它报告错误:找不到 -lGL --> 但是如果您的项目需要 OpenGL,那么“ No OpenGL ”有什么意义?您应该安装 OGL 开发库(请参阅 datenwolf 的评论),以便您可以处理该项目。