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.
[我正在使用 Fedora 19 x64]
这听起来很傻,但我打算删除位于 /usr/local/include 的 GL 文件夹。但我不小心删除了位于 /usr/include 的 GL 文件夹。
所以我丢失了 gl.h、glu.h 和许多其他头文件。
有没有什么办法解决这一问题。
您必须重新安装以下软件包:
sudo yum reinstall mesa-libGL-devel sudo yum reinstall mesa-libGLU-devel