forum.rallyesim.fr
http://forum.rallyesim.fr/

TUTORIAL [fr/eng] Installer RBR/RSRBR sous Ubuntu (Gnu/Linux
http://forum.rallyesim.fr/viewtopic.php?f=38&t=1797
Page 1 sur 1

Auteur:  thib25 [ Lun 2 Jan 2012 16:31 ]
Sujet du message:  TUTORIAL [fr/eng] Installer RBR/RSRBR sous Ubuntu (Gnu/Linux

Savez-vous qu'il est possible de jouer à Richard Burns Rally et à RSRBR sous d'autres systèmes d'exploitation que Windows ? Pour ma part je pense aux distributions Gnu Linux et plus particulièrement à Ubuntu.


I   – Qu'est-ce que Gnu/Linux ?
II  – Installation des outils nécessaires
III – Installation de Richard Burns Rally
IV – Installation de RSRBR et de ses updates


I – Qu'est-ce que Gnu/Linux ?

Gnu/Linux est un système d'exploitation libre créé par Linus Torvalds en coopération avec Richard Stallman. On trouve un grand nombre de distribution utilisant le noyau Gnu/Linux, les plus populaires sont Ubuntu, Fedora, Mandriva, etc... chacune étant adaptée à chaque besoin.

Les principaux atouts de linux sont :
d'être libre (n'importe qui peut lire et modifier le code source, etc...)
d'être gratuit (mises à part quelques distributions pour les professionnels)
d'être stable
de ne pas être une passoire contrairement à un certain Windows
de n'avoir quasiment aucun virus
d'être très bien sécurisé
de ne pas avoir de fragmentation au niveau du disque dur
d'être traduis dans de nombreuses langues
etc...

Si vous cherchez un tutoriel sur Linux, voici un lien qui pourrait vous intéresser.

II – Installation des outils nécessaires

Dans ce tutoriel je vais me baser sur Ubuntu, la méthode ne sera donc pas forcément la même pour les autres.

Tout d'abord il faut installer Wine (il s'agit d'un programme permettant de faire tourner des applications Windows sous Linux comme MS Office ou RBR dans notre cas).
Pour cela suivez ce lien : http://www.winehq.org/download/ubuntu


Nous allons maintenant installer PlayOnLinux, il s'agit d'un ensemble de script permettant d'installer facilement des applications pour Wine.

Copiez ceci pour Karmic 9.10 :
Code:
sudo wget http://deb.playonlinux.com/playonlinux_karmic.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux


Pour Jaunty 9.04 :
Code:
sudo wget http://deb.playonlinux.com/playonlinux_jaunty.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux


Pour Intrepid 8.10 :
Code:
sudo wget http://deb.playonlinux.com/playonlinux_intrepid.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux


Pour Hardy 8.04 :
Code:
sudo wget http://deb.playonlinux.com/playonlinux_hardy.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux


Ouvrez maintenant un terminal (Applications > Accessoires > Terminal) puis collez le code précédemment copié. Appuyez sur entrer, entrez votre mot de passe. Quand il aura finit répétez cette opération. Si Ubuntu vous demande confirmation, répondez par «o» ou «y» (je sais plus tellement  :D ).

Quand il aura finit rendez-vous dans Applications > Jeux > PlayOnLinux. Le programme va télécharger quelques fichiers, suivez simplement ce qui vous est demandé.

III – Installation de Richard Burns Rally

Cliquez sur «Installer», allez dans Jeux et cherchez Richard Burns Rally, cliquez dessus puis sur Appliquer. Suivez la procédure, insérez le CD quand il vous est demandé. L'installation «Windows» démarre, vous connaissez la marche à suivre ;).

IV – Installation de RSRBR, Packs et updates

Téléchargez RSRBR, Packs et updates sur le site. Dans PlayOnLinux, cliquez sur Installer puis sur Installer un paquet POL ou une application non supportée.
Dans la fenêtre qui s'ouvre, cliquez sur Installation manuelle, puis sur Suivant. Ensuite choisissez Modifier une application déjà installée, sélectionnez RichardBurnsRally, cliquez ensuite sur Non.
Sélectionnez ensuite le fichier d'installation de RSRBR, l'installation se lance.

Répétez cette opération pour les spéciales, voitures, extensions et  updates.

Note : Au premier démarrage de RSRBR, désélectionnez «Use ChronoManager» sinon RSRBR ne se lancera pas et vous devrez tout réinstaller.

Auteur:  obelix [ Lun 2 Jan 2012 16:35 ]
Sujet du message:  Re: [TUTORIAL] Install RBR and RSRBR in Ubuntu (Gnu/Linux)

Do you know that it is possible to play Richard Burns Rally, and RSRBR for other Windows operating systems? For my part I think Gnu Linux distributions, and Ubuntu in particular.


I -What is Gnu\/Linux?
II - Installation of the necessary tools
III - Installation of Richard Burns Rally
IV - Installation of RSRBR and its updates


I – What is Gnu / Linux ?

GNU\/Linux is a free operating system created by Linus Torvalds in cooperation with Richard Stallman. There are a large number of distribution using the Gnu/Linux kernel, the most popular are Ubuntu, Fedora, Mandriva, etc... each being adapted to every need.

The main strengths of linux are
to be free (apart from a few distributions for professionals) - anyone can read and modify the source code, etc...
to be stable
not to be a strainer unlike a certain Windows
having almost no viruses
to be very well secured
do not have the level of the hard disk fragmentation
to be translate in many languages
etc...

If you are looking for a tutorial on Linux, here's a link that may be of interest to you.

II – Installation of the necessary tools

This tutorial is based on Ubuntu, the method will therefore not necessarily the same for others.

First need to install Wine ((it is a program that allows to run Windows applications under Linux such as MS Office or RNR in our case).
To do this follow this link : http://www.winehq.org/download/ubuntu

We will now install PlayOnLinux, it is a set of script to easily install applications for Wine.
Copy this for Karmic 9.10 :
Code:
sudo wget http://deb.playonlinux.com/playonlinux_karmic.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux


For Jaunty 9.04 :
Code:
sudo wget http://deb.playonlinux.com/playonlinux_jaunty.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux


For Intrepid 8.10 :
Code:
sudo wget http://deb.playonlinux.com/playonlinux_intrepid.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux


For Hardy 8.04 :
Code:
sudo wget http://deb.playonlinux.com/playonlinux_hardy.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux


Now open a terminal (Applications > Accessories > Terminal) and then paste the previously copied code. Press on enter, enter your password. When there finally repeat this operation. If Ubuntu request you confirmation, reply by "o" or "y"

When there finally, go in Applications > Games > PlayOnLinux. The program will download some files, simply follow what requested you.
III – Installation de Richard Burns Rally

Click "Install", go to games and look for Richard Burns Rally, click it and then click apply. Follow the procedure, insert the CD when you are asked. ("Windows" installation starts, you know how;).

IV –Installation of RSRBR, Packs, and updates

Download RSRBR, Packs, and updates on the site. In PlayOnLinux, click install and then click install a package POL or an application not supported.
In the window that opens, click Manual Installation, and then click Next. Then choose Modify an already installed application, select RichardBurnsRally, then click No.
Then select the RSRBR installation file, the installation starts.

Repeat this operation for the special, cars, extensions and updates.

Note: First start of RSRBR, deselect "Use ChronoManager" otherwise RSRBR will not launch and you have to reinstall everything.

Translation: Obelix  With the help of  "Google Translate"

Page 1 sur 1 Heures au format UTC + 1 heure [ Heure d’été ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/