summaryrefslogtreecommitdiffstats
path: root/pts/test-resources/vdrift/install.sh
blob: d7784d557725a0d4fff5d0c655da39ffdab26280 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/sh

tar -xjf vdrift-2008-08-05-src.tar.bz2
cd vdrift-08-05-08/tools/
tar -xvf scons-local-0.96.95.tar.gz
cd ../bullet-2.66/
./configure
jam bulletcollision bulletmath
cd ..
./tools/scons.py

# TODO: Drop in benchmark.vdr to ~/.vdrift/replays/
# Config file at ~/.vdrift/VDrift.config

cd ..
echo "#!/bin/sh

cd vdrift-08-05-08/
./build/vdrift -benchmark" > vdrift
chmod +x vdrift