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