File: INSTALL

package info (click to toggle)
multitail 5.2.9-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 824 kB
  • sloc: ansic: 14,404; makefile: 96; sh: 51; perl: 25
file content (65 lines) | stat: -rw-r--r-- 1,379 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Type:
make install
That's it!

*                                 *
 +-------------------------------+
 |Press q' to exit the program.  |
 |For help at any time, press F1.|
 +-------------------------------+
*                                 *

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

Is your company using MultiTail and you would like to be
mentioned on http://www.vanheusden.com/multitail/usedby.html ?
Then please send me a logo (not too big) and a link and I'll
add it to that page.


IRIX users
----------
Use:
make -f makefile.irix install

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
-------------
One needs at least version 7 of Solaris.
Use:
make -f makefile.solaris_gcc install
or
make -f makefile.solaris_sunwspro install
(depending on the compiler you use).

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

IRIX users:
--------------
Use:
make -f makefile.irix install

SCO users:
---------
MultiTail has been tested to run on SCO OpenServer v6.
Use:
make -f makefile.sco-openserver6