BSD 4_3 development
[unix-history] / usr / contrib / icon / README
CommitLineData
cff93042
C
1This release of Version 5.9 of Icon is tailored to the 4.3bsd distribution
2of user-contributed software.
3
4To build the system, type:
5
6 make all
7
8To install the various components for general use, type:
9
10 make install
11
12This will place the user-level programs icont and icon-pi in /usr/new; make
13a library directory /usr/new/lib/icon and copy in several files which are
14used by icont; and place man pages for icont and icon-pi in /usr/man/mann.
15"make all" is a subset of "make install". One needs to be super-user to
16do the installations.
17
18The system is configured to run with binaries in /usr/new and the
19executable library in /usr/new/lib/icon. To change this, it is necessary
20modify the Setup entry in the Makefile. Consult tr84-13 in the docs
21subdirectory prior to installation if this is required. The makefile
22entry setup-pwd configures Icon to run with the library programs (which
23normally reside in /usr/new/lib/icon) in ./bin.
24
25Note that various Icon documents refer to system as being rooted at "v5g"
26but the normal v5g directory is not in this distribution. Whenever documents
27talk about v5g/... this refers to /usr/src/new/icon/... in this distribution.
28
29"make clean" removes object files and other files that are built by the
30compilation of the system. Executables in ./bin are not removed.
31
32Troff sources for documents related to Version 5.9 of Icon are contained
33in the "docs" directory. See "READ.ME" there.
34
35In addition to Icon proper, there is a library of Icon programs with
36manual pages and a "personalized interpreter" system for persons who
37want private versions of Icon with their own modifications.
38See docs/tr84-13 for more information and pointers to other documents.
39
40Please mail to:
41
42 icon-project%arizona@csnet-relay
43
44-or-
45
46 {ihnp4,mcnc,noao,utah-cs}!arizona-project
47
48if we can be of assistance in any way.
49
50If you do not have network access, contact Bill Mitchell or Ralph Griswold
51at 602-621-6613.
52
53 Bill Mitchell
54 February 18, 1985