Use the correct version 2.2.2 instead of 2.2.0

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6544 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 995a637ca3397ca36394b9758e7474c9461dcc07
Former-commit-id: 74e9625a4cad95aefc770b1b4fe17b85de8dffae
This commit is contained in:
kakukri 2018-08-20 21:22:22 +00:00
parent e96b8f9026
commit 91a4ce602e

View file

@ -100,15 +100,15 @@ The Speed Dreams Team.
and you should find :
speed-dreams-src-base-2.2.0-r4687.tar.xz
speed-dreams-src-hq-cars-and-tracks-2.2.0-r4687.tar.xz
speed-dreams-src-more-hq-cars-and-tracks-2.2.0-r4687.tar.xz
speed-dreams-src-wip-cars-and-tracks-2.2.0-r4687.tar.xz
speed-dreams-src-unmaintained-2.2.0-r4687.tar.xz
speed-dreams-src-base-2.2.2-r4687.tar.xz
speed-dreams-src-hq-cars-and-tracks-2.2.2-r4687.tar.xz
speed-dreams-src-more-hq-cars-and-tracks-2.2.2-r4687.tar.xz
speed-dreams-src-wip-cars-and-tracks-2.2.2-r4687.tar.xz
speed-dreams-src-unmaintained-2.2.2-r4687.tar.xz
and
speed-dreams-src-partial-build-patch-2.2.0-r4687.tar.xz
speed-dreams-src-partial-build-patch-2.2.2-r4687.tar.xz
At this point, you have 2 options :
1. you want full game contents : you need to download the 4 first source packages
@ -119,7 +119,7 @@ The Speed Dreams Team.
of the other source packages to your basket, as you like.
Let's say that you downloaded your packages in $HOME/sd
and that we'll extract them in the "2.2.0" folder
and that we'll extract them in the "2.2.2" folder
(you can do as you like, but we'll use this folder in the explanations below).
b - extract the tarballs :
@ -127,12 +127,12 @@ The Speed Dreams Team.
Whatever the chosen option (1 or 2) :
$ cd $HOME/sd
$ mkdir 2.2.0
$ cd 2.2.0
$ mkdir 2.2.2
$ cd 2.2.2
$ for file in ../*.xz; do tar xvfa $file; done
If you chose option 2 (selected content), then you also have to :
$ tar xvfa speed-dreams-src-partial-build-patch-2.2.0-r4687.tar.xz
$ tar xvfa speed-dreams-src-partial-build-patch-2.2.2-r4687.tar.xz
You should now see "cmake", "data" and "src" folders (among others).
@ -358,7 +358,7 @@ some tweaks might be needed for newer versions.
a. Install CMake v2.8 or higher (recommend 3.4) http://www.cmake.org/cmake/resources/software.html
b. Download the official Speed Dreams tarballs from SF.net
http://sourceforge.net/projects/speed-dreams/files/2.2.0
http://sourceforge.net/projects/speed-dreams/files/2.2.2
(speed-dreams-src-<package>-<version>.tar.xz)
Note: See II.2.a above about which packages you really need.