gpt4 book ai didi

linux - 在 debian9 上从源 Rstudio Desktop 安装,错误 cmake

转载 作者:太空宇宙 更新时间:2023-11-04 12:00:27 25 4
gpt4 key购买 nike

我尝试在 debian9 上安装 rstudio 1.1.456:

Linux pc1 4.9.0-8-686-pae #1 SMP Debian 4.9.110-3+deb9u4 (2018-08-21) i686 GNU/Linux

我下载并解压缩 tarball,在其中创建一个构建目录,在其中 cd 并启动此命令(如 INSTALL 文件中所示)

sudo cmake .. -DRSTUDIO_TARGET=Desktop -DCMAKE_BUILD_TYPE=Release
[sudo]
CMake Error: The source directory "/home/zorg/rstudio-1.1.456" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.

我从根路径查找了 CMakeLists.txt,但结果不多:

sudo find -name "CMakeLists.txt"
./usr/share/cmake-3.7/Modules/FortranCInterface/CMakeLists.txt
./usr/share/cmake-3.7/Modules/FortranCInterface/Verify/CMakeLists.txt
./usr/share/cmake-3.7/Modules/IntelVSImplicitPath/CMakeLists.txt

谢谢

最佳答案

您似乎不在您认为自己所在的目录中。您找到的文件不在我检索到的源下载中。我还怀疑您解压缩的源代码低于您尝试运行 cmake 的位置。

在 shell 窗口中运行以下命令

cd /home/zorg/rstudio-1.1.456
ls -l

如果在目录中没有看到 CMakeLists.txt,但有一个名为 rstudio-master 的子目录,则运行

cd rstudio-master
mkdir build
cd build
cmake .. -DRSTUDIO_TARGET=Desktop -DCMAKE_BUILD_TYPE=Release

请注意,您不需要仅针对 make install 对 cmake 命令使用 sudo。

关于linux - 在 debian9 上从源 Rstudio Desktop 安装,错误 cmake,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52633185/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com