1. First, you need SDL 1.2 or SDL 2. To compile the graphical functions, type:

./comp-graph

Then carefully select the desired parameters.

2. Compile the program for converting tracks:

gcc src/convtrack.c -o convtrack -Wall -W

3. Run it:

./convtrack trk/ZCT271.TRK track1

4. Compile the program for viewing tracks:

./comp viewtrack

5. Run it:

./viewtrack track1

To drive on track1:

1. Download simcar-5.2.0.tar.gz:

https://sourceforge.net/projects/simple3d/files/simcar/5.2.0/

2. Extract files and compile according to the instructions.

3. Copy the executable files, simcar and replay or simcar2 and replay2, into
this directory (scv).

4. Run them:

./simcar2 cars/car2 track1

./replay2 replays/rep1
