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 11。当我想运行./mkmkfiles.imake时,它没有找到GL/gl.h
尝试安装 MESA 包开发头文件:
apt-get install mesa-common-dev
您可以使用 dpkg 检查此软件包是否提供了您要查找的文件:
dpkg -L mesa-common-dev
您还可以使用 apt-file 查找提供此文件的软件包:
apt-file search GL/gl.h