Installwatch has been tested on Linux only.

Before compiling, you can edit Makefile and change the PREFIX variable.
Common values are `/usr' (default) and `/usr/local'.

To compile it, a simple `make' followed by `make install' should do
the magic.

You need an ELF system, but I don't think it's a problem today...

Let me know if things go wrong. My address is p@demauro.net
Don't forget to tell me your OS version, libraries version and every
other relevant detail.

If you want to try installwatch on itself for the first time, do
the following instead of `make install'.

Bash family:

LD_PRELOAD=./installwatch.so make install

Tcsh family:

setenv LD_PRELOAD ./installwatch.so ; make install

Of course, you must be root in the installwatch source directory.
Remember, if you belong to the tcsh family, LD_PRELOAD will remain
set after `make install', so be sure to clear the variable.

To see if things work correctly, run "make test"

