You are on page 1of 1

1.

Check the dependencies


2. Download the source package torcs-1.3.0.tar.bz2.
3. Unpack the package with "tar xfvj torcs-1.3.0.tar.bz2".
4. Run the following commands:

$ cd torcs-1.3.0
$ ./configure # --prefix="target dir", --enable-debug or --disable-
xrandr might be of interest
$ make
$ make install
$ make datainstall

Default installation directories:


* /usr/local/bin - TORCS command (directory should be in your PATH)
* /usr/local/lib/torcs - TORCS dynamic libs (directory MUST be in your
LD_LIBRARY_PATH if you don't use the torcs shell)
* /usr/local/share/games/torcs - TORCS data files

5. Run the "torcs" command (default location is /usr/local/bin/torcs), you can


use those command line options.
All the configuration data, race results and players options will be saved
below the $HOME/.torcs directory.

You might also like