Type:
make install
That's it!

Oh, by the way: press 'x' or 'q' to exit the program
and press 'h' for help.

Since version 2.8.4 you can automatically send an e-mail
with information of the system you're using. That way I
have some statistics on the usage of MultiTail. It
basically sends the output of 'uname -a'. To invoke all
of this, enter:
make thanks


AIX users
---------
Make sure you have the GNU c-compiler installed.
Then run:
make install

HP-UX users
-----------
You need the ncurses library!
Then:
make -f makefile.hpux install

Solaris users
-------------
Use:
make -f makefile.solaris install

Mac OS X users:
--------------
Use:
make -f makefile.macosx install

IRIX/SCO users:
--------------
First edit the Makefile or it won't compile at all!
Replace the line
LDFLAGS=-lncurses -lutil
by
LDFLAGS=-lcurses -lutil
and then do the make install.
