如何在 Ubuntu 9.10 上安装 R 软件包 rgl?

发布于 2024-12-06 02:39:09 字数 448 浏览 3 评论 0原文

可能的重复:
安装 rgl 时出现问题

我正在尝试在 Ubuntu 9.10 上安装 R 软件包 rgl。我正在使用 R 版本 2.12.1。

我收到以下错误:“配置:错误:缺少必需的标头 GL/gl.h”

我问了这个问题 早些时候,我没有使用 Ubuntu 9.10 的限制,我得到的答案是更新 R,但我无法做到这一点,可能是因为 CRAN 的人员不支持 Ubuntu 9.10。

Possible Duplicate:
Problem Installing rgl

I'm trying to install the R package rgl on Ubuntu 9.10. I'm using R version 2.12.1.

I got the following error: "configure: error: missing required header GL/gl.h"

I asked this question earlier without the restriction that I use Ubuntu 9.10, and the answer I got was to update R, but I haven't been able to do this, possibly because Ubuntu 9.10 is not supported by the folks at CRAN.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

久而酒知 2024-12-13 02:39:09

就这么做吧

  sudo apt-get install r-cran-rgl

,因为我们花时间去安装那些不太常见的依赖项的软件包是有原因的。让您不用担心。

如果您坚持在本地构建它,您仍然可以利用该包来了解其构建依赖关系,即 apt-get build-dep r-cran-rgl 。对于当前的软件包(在 Ubuntu 11.04 上)我有

 Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 2.12.1), cdbs, \
        libgl1-mesa-dev | libgl-dev, \
        libglu1-mesa-dev | libglu-dev, \
        libpng12-dev, libx11-dev, libxt-dev, x11proto-core-dev

Just do

  sudo apt-get install r-cran-rgl

As there is a reason we spent time harder-to-install packages with less common dependencies. So that you do not have to worry.

If you insist on building it locally, you can still take advantage of the package for understanding its Build-Dependencies, i.e. apt-get build-dep r-cran-rgl. For the current package (on Ubuntu 11.04) I have

 Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 2.12.1), cdbs, \
        libgl1-mesa-dev | libgl-dev, \
        libglu1-mesa-dev | libglu-dev, \
        libpng12-dev, libx11-dev, libxt-dev, x11proto-core-dev
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文