-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathINSTALL
41 lines (25 loc) · 1.05 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
INSTALLATION
The Makefile apparently requires GNU Make; if you have some other Make
program, you'll need to edit it by hand - or install GNU Make, of course.
vi Makefile
make
make install
... or on a Debian (woody, sid, or later) box:
apt-get install detachtty
This is a native Debian package, which means that if you are having
trouble with the Debian version there is usually little point in
trying the upstream version to see if it's improved.
PORTING
detachtty is tested primarily on GNU/Linux boxes. It should work on
- anything with a forkpty() call
- anything with an openpty() call that the code in forkpty.c will run on
but you may need to tune things
(1) Look at the Makefile. Alter OS_CFLAGS, OS_LOADLIBES, OS_OBJECTS
as necessary.
(2) If that's insufficient (e.g. you need more header files), add the
necessary stanzas to config.h and return to step 1
(3) If that's still insufficent, do something else reasonably tasteful,
or mail me describing what else you need
(4) Send me your patch
(NB: auto* is _not_ reasonably tasteful)
dan@telent.net