Quantcast
Channel: LinuxG.net
Viewing all articles
Browse latest Browse all 2249

How To Install Stunt Rally 2.4 On Ubuntu 14.04 And Derivative Systems

$
0
0

Hello Linux Geeksters. As you may know, Stunt Rally is an open-source racing game, having more then 150 tracks and a lot of cars.

The latest version available is Stunt Rally 2.4, which has been recently released, coming with 147 tracks (6 new, 12 deleted and others updated), 2 new sceneries and 3 new cars (4 updated and two deleted). For more information about this release, see the changelog.

http://i.imgur.com/T9YkNOU.jpg

http://i.imgur.com/2dDQ21P.jpg

In this article I will show you how to install Stunt Rally 2.4 on Ubuntu 14.04 Trusty Tahr, Linux Mint 17 Qiana, Pinguy OS 14.04, Elementary OS 0.3 Freya, Peppermint Five, Deepin 2014, LXLE 14.04, Linux Lite 2.0 and other Ubuntu 14.04 derivative systems.

Because it is not available via any repository or PPA, we have to install Stunt Rally 2.4 from sources. Follow the instructions exactly, in order to get a successful installation.

Install git and get the stuntrally source code:

$ sudo apt-get update
$ sudo apt-get install git
$ cd ~
$ git clone --depth=1 git://github.com/stuntrally/stuntrally.git stuntrally
$ cd stuntrally/data
$ git clone --depth=1 git://github.com/stuntrally/tracks.git tracks

Install the needed dependencies:

$ sudo apt-get install cmake g++ libboost-wave-dev libboost-system-dev libboost-filesystem-dev libboost-thread-dev libogre-1.9-dev libmygui-dev libsdl2-dev libogg-dev libvorbis-dev libenet-dev

Compile and install:

$ cd ~/stuntrally
$ mkdir build
$ cd build
$ cmake ..
$ make
$ sudo make install

Optional, to remove stuntrally, do:

$ rm -r ~/stuntrally

Share and Enjoy

TwitterFacebookGoogle PlusEmailRSS

Viewing all articles
Browse latest Browse all 2249

Trending Articles