1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
This should be pretty simple.
# type after me:
./configure # --optional-switches
make # (and) watch for errors
make install # (and) watch for errors again
CAVEAT: If your 'make' is NOT compatible with GNU make, then you may
get errors. Systems with a broken make frequenly provide GNU make as 'gmake'.
This will compile, and dump the logtool binary in /usr/bin/logtool.
It will dump the config files in /etc/logtool (you'll probably want to season
those to suit, but they should be vaguely tolerable by default).
For further information, please check out the documentation (in the
./doc subdirectory), and/or experiment until you get the hang of it.
Good luck, and God bless.
|