我可以从源代码构建 Rstudio 服务器吗
Can I build Rstudio server from sources
我在 centOS 6.6
发行版上工作,想使用 Rstudio。我想使用最新版本 v>0.99
但是从 the download page 我可以看到 Rstudio 桌面需要 RHEL7
.
找older versions of rstudio desktop I see that RHEL6
can only get v<=0.981103
, though Rstudio server好像还可以,如果能多人用一个服务器版我也OK
rpm
对我来说是行不通的,所以 有没有办法像他们为 desktop
版本提供的那样获取服务器版本的源代码? 我在任何地方都找不到它,但它似乎是可能的:see this post.
当然如果有在centOS 6.6上构建Rstudio桌面的技巧我是买家...
由于 Qt 5.4 引起的 glibc 要求,您将无法为 RHEL6 构建 RStudio 桌面。这不容易规避,因此如果您对 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
我在 centOS 6.6
发行版上工作,想使用 Rstudio。我想使用最新版本 v>0.99
但是从 the download page 我可以看到 Rstudio 桌面需要 RHEL7
.
找older versions of rstudio desktop I see that RHEL6
can only get v<=0.981103
, though Rstudio server好像还可以,如果能多人用一个服务器版我也OK
rpm
对我来说是行不通的,所以 有没有办法像他们为 desktop
版本提供的那样获取服务器版本的源代码? 我在任何地方都找不到它,但它似乎是可能的:see this post.
当然如果有在centOS 6.6上构建Rstudio桌面的技巧我是买家...
由于 Qt 5.4 引起的 glibc 要求,您将无法为 RHEL6 构建 RStudio 桌面。这不容易规避,因此如果您对 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