【问题标题】:Can I build Rstudio server from sources我可以从源代码构建 Rstudio 服务器吗
【发布时间】:2016-11-12 01:57:48
【问题描述】:

我在 centOS 6.6 发行版上工作,并想使用 Rstudio。我想使用最新版本说v>0.99,但从the download page 我可以看到Rstudio 桌面需要RHEL7

older versions of rstudio desktop我看到RHEL6只能得到v<=0.981103,虽然Rstudio server好像没问题,如果很多人能用服务器版我就OK了。

rpm 对我来说是不行的,所以 有没有办法像他们为 desktop 版本提供的那样获取服务器版本的源代码?我在任何地方都找不到它看来有可能:see this post

当然,如果有在 centOS 6.6 上构建 Rstudio 桌面的技巧,我是买家...

【问题讨论】:

标签: r build rstudio-server


【解决方案1】:

由于 Qt 5.4 引入了 glibc 要求,您将无法为 RHEL6 构建 RStudio Desktop。这并不容易回避,因此如果您对 RHEL6 有平台要求,您将希望坚持使用服务器版本。

RStudio 的桌面版和服务器版实际上是从相同的源代码构建的。您可以在此处获取任何 RStudio 版本的源代码:

https://github.com/rstudio/rstudio/releases

安装完所有依赖项后,rstudio/package/linux 中的 make-package Server RPM 命令将开始构建。详情见这里(或INSTALL):https://github.com/rstudio/rstudio/wiki/Installing-RStudio-Dependencies

【讨论】:

    猜你喜欢
    • 2021-12-16
    • 1970-01-01
    • 2013-10-25
    • 2021-03-17
    • 1970-01-01
    • 1970-01-01
    • 2021-07-18
    • 1970-01-01
    相关资源
    最近更新 更多