summaryrefslogtreecommitdiff
path: root/INSTALL
blob: 45c2bde774080db7cc9988805a678fd270d579a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
= Installing SRC =

Have "python" available as a Python 2.7 or 3.x interpreter, x >=
3. Put src somewhere on your $PATH.

Have RCS or SCCS or both installed on your system. The GNU version of SCCS,
CSSC or "Compatibly Stupid Source Control", will do; the SunOS and Schilling
versions remove some minor limitations.

If you want to use the "visualize" command, you will need to install the
graphviz package to get dot(1).

There's a 'make install' production you can use that also installs the
manual page.  It will require root permissions.

Doing 'make check' performs a comprehensive test of the software.  You
must have both RCS and SCCS installed for this to work.  You must also have
a Git user configuration with user.name and user.email set; this is
required for the fast-export test.

The FAQ has a section on how to report bugs.