summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDmitry Bogatov <KAction@debian.org>2018-11-10 03:09:43 +0000
committerDmitry Bogatov <KAction@debian.org>2018-11-10 03:09:43 +0000
commit486f4254b69321ca468f4349c8f8384a651c03ae (patch)
tree0518772cc17a0754d7b22ba16486dd64b2419fae /INSTALL
New upstream version 1.20
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL22
1 files changed, 22 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..b020157
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,22 @@
+= Installing SRC =
+
+Have RCS or CSSC or both installed on your system. Have "python"
+available as a Python 2.7 or 3.x interpreter, x >= 3. Put
+src somewhere on your $PATH. That's all there is to it.
+
+(The SCCS support is limited, does not include tag or branch support,
+and not really recommended unless you have a specific need to work
+with legacy SCCS histories.)
+
+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 CSSC 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.