forked from ierton/empty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.old
executable file
·75 lines (60 loc) · 2.26 KB
/
README.old
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
68
69
70
71
72
73
74
75
empty-0.6.18b -- run applications under pseudo-terminal (PTY) sessions and
replace TCL/Expect with a simple tool under your favorite shell (sh, bash,
csh, tcsh, ksh, zsh, etc)
WARNING!
This version of the software has BUGS, so be careful and use it on you own risk!
INSTALLATION
for all known *BSD systems and Linux run:
make all
make install clean
on all other *UNIX try:
make `uname -s` install clean
or
make `uname -s`-gcc install clean
This will compile and place empty with its manual page under
/usr/local tree.
Empty was succesfully compiled and tested on:
FreeBSD 5.x - 7.x
NetBSD 1.6.2, 2.0
OpenBSD 3.3, 3.8, 4.1
Linux 2.4.x, 2.6.x kernels (32 and 64bits)
SCO UnixWare 7.1.1, OpenUnix 8.0.0
SUN Solaris 6-10 (Sparc: cc, gcc), 8 (i386: gcc)
HP-UX 11.00, 11.11, 11.23 (pa-risc, itanium)
Cygwin DLL-1.5.19-4 (Experimental)
OSF1 4.0, 5.1
AIX 4.3, 5.1, 5.2, 5.3
USAGE
See empty(1) manual and samples under examples/ directory.
BUGS
Please, send all your reports, patches and suggestions to
[email protected]. Developers are welcome.
CYGWIN
To run empty on Cygwin Linux-like environment you have to do make this steps:
1. Download and install cygserver (http://www.cygwin.com/cygwin-ug-net/using-cygserver.html)
2. Run /usr/bin/cygserver-config to configure cygserver
3. Start Windows service (CYGWIN cygserver)
4. Add value "server" to CYGWIN environment variable (for example: export CYGWIN=server)
5. Start empty in a common way
THANKS TO
Aleksey Kozlov <[email protected]>
Alexey Rudometov <[email protected]>
Alex Slyotov <[email protected]>
Bernd Schuller
David Hofstee <[email protected]>
Dennis Schridde
Dmitry S. Vlasov <[email protected]>
Elisender <[email protected]>
Lang Qiu <[email protected]>
Roman Gorohov <[email protected]>
sdio <sdio4lor @ gmail.com>
Sergey Redin <[email protected]>
Sergey V <[email protected]>
Sergey Yaroshevsky <[email protected]>
Sylvain DEGUT <[email protected]>
Vincenzo Maggio <[email protected]>
I express deep gratitude to Hewlett Packard AO Russia and personnaly to
Denis Karzhavin and Andrew Kuchinsky for C110 (9000/777) workstation
July 27, 2009
Mikhail Zakharov