Re: Torcs installation error (make datainstall)

David Savinkoff <[email protected]> Fri, 17 Apr 2015 13:37:16 -0600 (MDT)
Newsgroups gmane.games.torcs.general
Message-ID <1666332154.3944815.1429299436659.JavaMail.zimbra@mailid.telus.net>
Hi,

Here is how I compile the latest TORCS in Linux.
TORCS is installed in your home directory without
root permissions (excellent for experimenting). 

See the enclosed TorcsNotes.txt

TORCS-1.2.4 is old and requires several tarballs
(I have never compiled it and recommend torcs-1.3.6)

------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF

_______________________________________________
Torcs-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/torcs-users
TorcsNotes.txt (text/plain, 785 B)
This works with torcs-1.3.6.tar.bz2

./configure --prefix=/home/**USER NAME HERE/local --x-libraries=/usr/lib/ CXXFLAGS="-march=native -O3" LDFLAGS="-Wl,--no-add-needed,--strip-all"

make && make install && make datainstall

Strip binaries in local/lib/torcs (*vital for speed, and just to be sure)
find . -name "*.so" -exec strip -s '{}' \;
find . -name "*-bin" -exec strip -s '{}' \;

Touch time stamps in ~/.torcs directory before running torcs: (if you want to keep the old settings)
find . -type f -exec touch '{}' \;

Use settings in .torcs (high resolutions work best (*vital for speed)
z-depth 270
lod 3
OpenGL Texture limit 512

steer sensitivity: 0.55

To execute from launcher (torcs.desktop):
~/local/bin/torcs > /dev/null 2> /dev/null
~/local/share/games/torcs/Ticon.ico