如何安装杆架?

如何安装Rods Rigs (基于软体物理的开源车辆模拟器)?

我之前编译过应用程序,比如Gedit,Handbrake,XBMC,但我似乎无法安装/编译Rods的Rigs(以及它的一些依赖项)。 事实certificate这对我来说是一个挑战。

我还阅读了Rigs of Rods wiki如何在Linux中编译,但没有运气。 我正在使用64位的Ubuntu 12.04。

现在有一个PPA,所以很容易安装程序。

终奌站:

sudo add-apt-repository ppa:aapo-rantalainen/rigsofrods sudo apt-get update sudo apt-get install rigsofrods 

然后,您需要从RoR站点下载地形和车辆包。

资源

从旧的和废弃的PPA安装

Aapo Rantalainen的PPA似乎已被放弃,但我仍然可以根据现有软件包开始工作:

 sudo add-apt-repository ppa:aapo-rantalainen/rigsofrods sudo sed -i -e "s/ $(lsb_release -sc) / quantal /" /etc/apt/sources.list.d/aapo-rantalainen-rigsofrods-* sudo apt-get update sudo apt-get install rigsofrods 

从最新的上游源代码存储库安装

幸运的是,Rods的Rigs提供了一套简单易用的构建和安装脚本,目标是Ubuntu和其他基于Debian的Linux发行版。

  1. 安装Git并下载构建脚本和源代码:

     sudo apt install git cd ~ git clone https://github.com/RigsOfRods/ror-linux-buildscripts.git git clone -b 0.4.7.0 https://github.com/RigsOfRods/rigs-of-rods.git cd ror-linux-buildscripts 
  2. 按照当前目录的README.md中的说明操作:

    建造并安装杆架

     sh dependencies.sh sh game.sh 

    更新到当前快照

     sh game.sh 

    有关详细信息,请参阅README.md