File: INSTALL

package info (click to toggle)
logtool 1.2.8-14.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 972 kB
  • sloc: ansic: 1,829; sh: 547; makefile: 69
file content (18 lines) | stat: -rw-r--r-- 705 bytes parent folder | download | duplicates (7)
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.