summaryrefslogtreecommitdiff
path: root/src/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'src/INSTALL')
-rw-r--r--src/INSTALL5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/INSTALL b/src/INSTALL
index 17c2212..e75b589 100644
--- a/src/INSTALL
+++ b/src/INSTALL
@@ -13,6 +13,9 @@ distributions follows, see the GNU standards document on
prep.ai.mit.edu:pub/gnu/standards.*, especially the `Makefile
Conventions', `Configuration', and `User Interfaces' sections.
+0.) autogen.sh
+--------------
+First, run ./autogen.sh. This will create configure file that you can use.
1.) configure & config.status
-----------------------------
@@ -44,7 +47,7 @@ Run 'make'. Screen should compile without too many warnings :)
The creation of term.h, comm.h, tty.c or osdef.h may fail on some machines
for some odd reason. (E.g. the sed under SCO-unix is known to be
case-insensitive and breaks term.h.) If so, please mail a short description
-of the problem to screen@uni-erlangen.de and use the files ending in .dist
+of the problem to screen-devel@gnu.org and use the files ending in .dist
as a replacement (or in case of osdef.h retry with an empty file).
You can then try 'make install' (if you dare).