page updated the 26th of march 2006

Patch for Torque warning messages


These patchs remove all the warning messages generated with the Linux Torque version 1.4-L available on the cvs repository at this address :
pserver:your-user-name@cvs.garagegames.com:/cvs/torque

For more information on how to install Torque cvs repository : here

Download the patchs

here for engine

here for tools


Apply the patchs

cd ~/cvs/torque/engine

copy the patch engine.patch.tar.gz in the directory ~/cvs/torque/engine

tar -zxvf engine.patch.tar.gz

patch -p0 -f -i  engine.patch



cd ~/cvs/torque/tools

copy the patch tools.patch.tar.gz in the directory ~/cvs/torque/tools

tar -zxvf tools.patch.tar.gz

patch -p0 -f -i  tools.patch