forked from halturin/multitail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
67 lines (56 loc) · 1.45 KB
/
INSTALL
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
66
67
Type:
make install
That's it!
Make sure you have the ncursesw development libraries installed.
Please note: ncursesW. Also see readme.txt.
* *
+-------------------------------+
|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