forked from speed-dreams/speed-dreams-code
Fixed some typos
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@2124 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: ec58c9a4525e2914064a4db4ea7caecf45a819a5 Former-commit-id: d9feba504db117fe32888029b79a90de99d6d83c
This commit is contained in:
parent
c9b7ac0f59
commit
2d61216974
1 changed files with 615 additions and 615 deletions
|
@ -56,7 +56,7 @@
|
|||
|
||||
<h2>2. Platforms and Requirements.</h2>
|
||||
<ul style="list-style-type:disk; color:black;">
|
||||
<li><h3><a href="#c2_1">2.1 On which operating systems runs Speed Dreams ?</a></h3></li>
|
||||
<li><h3><a href="#c2_1">2.1 On which operating systems does Speed Dreams run ?</a></h3></li>
|
||||
<li><h3><a href="#c2_2">2.2 What are the hardware requirements ?</a></h3></li>
|
||||
<li><h3><a href="#c2_3">2.3 What are the software requirements ?</a></h3></li>
|
||||
</ul>
|
||||
|
@ -87,7 +87,7 @@
|
|||
<ul style="list-style-type:disk; color:black;">
|
||||
<li><h4><a href="#c4_3_1">4.3.1 Broken OpenGL/DRI drivers or '~' file.</a></h4></li>
|
||||
<li><h4><a href="#c4_3_2">4.3.2 Multiple GLU libraries.</a></h4></li>
|
||||
<li><h4><a href="#c4_3_3">4.3.3 Not removed old Speed Dreams version.</a></h4></li>
|
||||
<li><h4><a href="#c4_3_3">4.3.3 Old un-removed Speed Dreams version present.</a></h4></li>
|
||||
<li><h4><a href="#c4_3_4">4.3.4 Speed Dreams reports missing files and crashes.</a></h4></li>
|
||||
<li><h4><a href="#c4_3_5">4.3.5 My screen resolution is not supported.</a></h4></li>
|
||||
<li><h4><a href="#c4_3_6">4.3.6 I have a problem with the fullscreen mode.</a></h4></li>
|
||||
|
@ -173,7 +173,7 @@
|
|||
Some long time TORCS-addicted developers and artists immediately joined them in the core developers team :
|
||||
Andrew Sumner, Brian Gavin, Eckhard Jager, Mart Kelder and Wolf-Dieter Beelitz,
|
||||
quickly followed by Gabor Kmetyko and Haruna Say.
|
||||
Christos Dimitrakakis, Sebastian Henni and Kristo Kali Kulai (?) also contribute a lot.
|
||||
Christos Dimitrakakis, Sebastian Heni and Kristof Kaly-Kullai also contribute a lot.
|
||||
Visit the official <a href="http://speed-dreams.sourceforge.net" target="_parent">Speed Dreams site</a>, the under-construction <a href="http://sourceforge.net/apps/trac/speed-dreams">SF.net Wiki</a> and the in-game credits pages for more information, .
|
||||
</p>
|
||||
<p>
|
||||
|
@ -196,12 +196,12 @@
|
|||
A very brief track howto is available
|
||||
<a href="http://www.idiap.ch/~dimitrak/torcs/track-howto.html" target="_parent">here</a>,
|
||||
there is as well a <a href="http://katergo.rege.org/projects/trackeditor" target="_parent">track editor</a> available,
|
||||
and Andrew Sumner is curently creating a <a href="http://???">car building tutorial</a>.
|
||||
and Andrew Sumner is currently creating a <a href="http://???">car building tutorial</a>.
|
||||
</p>
|
||||
|
||||
<h3><a name="c1_4">1.4 Which features has Speed Dreams ?</a></h3>
|
||||
<p>
|
||||
There are 4 different cars sets featuring a total of 28 cars, AI opponents for nearly all of these (except for the LS-GT1 car set : WIP) and 37 tracks to race on.
|
||||
There are 4 different car sets featuring a total of 28 cars, AI opponents for nearly all of these (except for the LS-GT1 car set : WIP) and 38 tracks to race on.
|
||||
You can steer with a joystick, a gamepad or a steering wheel with pedals, if it's supported by your platform.
|
||||
It is also possible to drive with the mouse or the keyboard, but it's not easy. Graphic features
|
||||
lighting, smoke, exhaust flames, skidmarks and glowing brake disks. The simulation features a simple damage
|
||||
|
@ -295,7 +295,7 @@
|
|||
|
||||
<br/><h2>2. Platforms and Requirements.</h2>
|
||||
|
||||
<h3><a name="c2_1">2.1 On which operating systems runs Speed Dreams ?</a></h3>
|
||||
<h3><a name="c2_1">2.1 On which operating systems does Speed Dreams run?</a></h3>
|
||||
<ul>
|
||||
<li>Linux (x86 and x86_64) on several distros (Mandriva 2008, 9, 10 ; Ubuntu 9.x), with GCC 4.x compiler</li>
|
||||
<li>Windows XP, Vista, 7, with MS Visual C++ 2005/2008 compiler</li>
|
||||
|
@ -467,7 +467,7 @@ undefined symbol: gluBuild2DMipmaps
|
|||
Now recomplie and reinstall Speed Dreams.
|
||||
</p>
|
||||
|
||||
<h4><a name="c4_3_3">4.3.3 Not removed old Speed Dreams version.</a></h4>
|
||||
<h4><a name="c4_3_3">4.3.3 Old un-removed Speed Dreams version present.</a></h4>
|
||||
|
||||
<pre>/usr/lib/speed-dreams/speed-dreams-bin: relocation
|
||||
error: /usr/lib/speed-dreams/lib/libtgfclient.so: undefined symbol:
|
||||
|
@ -725,7 +725,7 @@ Trying generic initialization, fallback.</pre>
|
|||
<ul>
|
||||
<li>A good description of the problem.</li>
|
||||
<li>The Speed Dreams version</li>
|
||||
<li>Wether you installed Speed Dreams from a binary package (which one),
|
||||
<li>Whether you installed Speed Dreams from a binary package (which one),
|
||||
or you compiled it from sources</li>
|
||||
<li>The console output of Speed Dreams.</li>
|
||||
<li>Your operating system (uname -a).</li>
|
||||
|
|
Loading…
Reference in a new issue