![]() | :: | Software | :: | qtools |
qtools comes with NO WARRANTY.
Download the qtools package. The most recent qtools package is qtools 0.56.
Unpack the qtools package:
gunzip qtools-0.56.tar tar -xf qtools-0.56.tar cd qtools-0.56
Compile the qtools programs:
make
Run some tests. Normally, this produces no output:
make testIf the tests fail, manually compare their output with the expected results:
./rts >rts.out diff rts.out rts.exp
As root, install the qtools programs under /usr/local:
make setup check
Report successful installation:
( echo 'First M. Last'; cat `cat SYSDEPS` ) \ | mail web-inst@superscript.comreplacing First M. Last with your name.