diff --git a/README.md b/README.md index 0ec224f6e569e6f59a054f71e43b4bec30641568..69108e13961c2a082b489ffe2e116e9170006c5e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ * Compile torcs: ..* Install dependencies: `libopenal-dev libalut-dev libplib-dev libvorbis-dev` -..* cd to torcs directory and run: `./configure && make` +..* cd to torcs directory and run: `./configure --prefix/opt/torcs && make -j && sudo make install && sudo makeinstall` +..* Test if it runs by starting `/opt/torcs/bin/torcs` * Install `libfreeimage-dev` diff --git a/assamble.sh b/assemble.sh similarity index 100% rename from assamble.sh rename to assemble.sh