Start development on BSD 2
[unix-history] / .ref-BSD-1 / pxp / READ_ME
CommitLineData
e9ed670c
BJ
1November 16, 1977
2
3This directory contains the source for pxp.
4Many of the files here were linked to the same in the directory ../pi.
5The links were broken by tp. The a.out binary here can be installed
6
7 install
8
9This is all that should be necessary.
10
11To make a pxp do makepxp
12To print a listing do printpxp
13
14The variable DEBUG can be defined allowing tracing of the error
15recovery in the parser.
16Look at the first line of "0.h" to see if DEBUG is defined.
17A smaller pxp results if it is not.
18
19Non-standard programs required to make a pxp
20
21 cc Version 7 C compiler, version 6 will not work
22 eyacc Need modified yacc distributed with pxp
23 set time=3 Causes commands taking more than 3 seconds of
24 processor time to be "timed" in a variant shell.
25 You can comment out this line or do
26 cp /dev/null set; chmod 755 set
27 to avoid a "set: Not found" diagnostic.
28
29I would like to know of any problems with pxp, or of any
30local modifications which you find necessary or desirable.
31
32 Bill Joy
33 Computer Science Division
34 EECS Department
35 University of California, Berkeley
36 Berkeley, California 94704
37
38 Office: (415) 642-4948
39 Home: (415) 524-4510