Use size-dependant no. of words, with OPEN_MAX as default for fd_set size.
[minix3.git] / commands / yap / READ_ME
blobb820f4432b8e81a9ec8b5a8d8739d292e956c8df
1 $Header$
3 This directory contains the sources of YAP, Yet Another Pager.
4 It can do most of the things more(1) can, and much much more.
6 Yap has been tested on the following systems:
8 - DEC PDP 11/44 running V7
9 - DEC PDP 11/60 running V7
10 - DEC VAX 11/750 running 4.1BSD
11 - IBM PC/XT running PC/IX
12 - NCR Minitower running a System V
13 - Several 68k systems
14 - SUN-3 and SUN-4
16 On other systems, you might have some problems getting yap to run, but then
17 again, you might not. You can always ask me for help, and maybe even get it.
18 If you make any changes, please
19  - tell me about them
20  - mark them clearly, preferably through conditional compilation.
22 What you need to run yap:
24 - you need termlib/termcap.
25   It probably is'nt too hard to adapt yap to terminfo.
26   It might even work unchanged, but I don't know about that. We don't have
27   terminfo or the system V curses.
28   If you adapt yap to terminfo, I would sure like to get the changes you made,
29   so please send them to me (email address at the bottom of this note);
30 - you also need regex(III) (Either Berkeley style or USG will do).
31   If you do not have it, you should define NOREGEX, which gives you
32   simpleminded searches without meta-characters.
34 How to install yap:
36 - edit Makefile (easy)
37 - edit in_all.h (easy)
38 - type "make install"
40                         Ceriel Jacobs, Vrije Universiteit Amsterdam
41                         ceriel@cs.vu.nl