-
Notifications
You must be signed in to change notification settings - Fork 1
/
INSTALL
64 lines (38 loc) · 1.48 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
Dependencies :
libreadline, libtermcap and their headers must be properly installed
(if you're using rpm, make sure the packages
readline, readline-devel, libtermcap, libtermcap-devel
are installed)
****************************************************************************
Just follow the usual steps :
> ./configure
(edit Makefile)
> make
> su
# make install
****************************************************************************
Testing tools:
the test/ directory has a few tools to trace tty problems.
****************************************************************************
NetBSD
------
you may have to tell configure where to find libreadline,
which is usually in /usr/pkg/lib :
CFLAGS=-I/usr/pkg/include LIBS=-L/usr/pkg/lib ./configure
****************************************************************************
If compilation fails, edit the Makefile produced by the configure script
to ensure it is correct for your system.
Remember that sz and rz need to be installed on the remote host and
(preferably) be somewhat compatible with your local versions for the magic
to work. Hopefully, rz and sz will already be there and working =)
arch: tested on
- linux
- NetBSD
- OpenBSD
- FreeBSD
you're on your own anywhere else ... (though POSIX should be ok)
other make rules :
clean : cleans temporary and binary files
distclean : even removes autoconf files
config.h, Makefile
uninstall : remove installed files