在Ubuntu上安装光泽(特别是OpenGLRaw依赖)时,“*缺少C库:GL”

前端之家收集整理的这篇文章主要介绍了在Ubuntu上安装光泽(特别是OpenGLRaw依赖)时,“*缺少C库:GL”前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
尝试安装光泽时出现以下错误
Configuring OpenGLRaw-1.5.0.1...
Failed to install OpenGLRaw-1.5.0.1
Build log ( /home/<homdir>/.cabal/logs/OpenGLRaw-1.5.0.1.log ):
Configuring OpenGLRaw-1.5.0.1...
setup-Simple-Cabal-1.18.1.5-x86_64-linux-ghc-7.8.4: Missing dependency on a
foreign library:
* Missing C library: GL
This problem can usually be solved by installing the system package that
provides this library (you may need the "-dev" version). If the library is
already installed but in a non-standard location then you can use the flags

通常我会尝试根据通常的命名约定安装libgl-dev,但是没有这样的库.

对于大多数缺少的C库,很明显要安装什么;对于openGL来说并非如此.对我来说,安装以下软件包会让事情再次发生变化
sudo apt-get install freeglut3 freeglut3-dev
原文链接:https://www.f2er.com/ubuntu/347499.html

猜你在找的Ubuntu相关文章