尝试编译RStudio时出错
我在Raspberry Pi 2 Model B中使用Raspbian 我已遵循RStudio网页以及该主题中的指南https://www.raspberrypi.org/forums/viewtopic.php?f=34&t=55828 sudo su apt-get install git r-recommended git clone https://github.com/rstudio/rstudio.git cd rstudio ./dependencies/linux/install-dependencies-debian mkdir build cd build cmake .. -DRSTUDIO_TARGET=Server -DCMAKE_BUILD_TYPE=Release make install 但是在执行cmake .. -DRSTUDIO_TARGET=Server -DCMAKE_BUILD_TYPE=Release此操作时会引发以下错误: CMake Error at src/cpp/session/CMakeLists.txt:23 (message): Dictionaries not found (re-run install-dependencies script to install) -- Configuring incomplete, errors occurred! …