]> git.pond.sub.org Git - empserver/commitdiff
Provide and document means to set up a fresh source tree from CVS.
authorMarkus Armbruster <armbru@pond.sub.org>
Wed, 21 Dec 2005 09:19:33 +0000 (09:19 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Wed, 21 Dec 2005 09:19:33 +0000 (09:19 +0000)
README
bootstrap [new file with mode: 0755]

diff --git a/README b/README
index 03b6fd000631d09709663a03ec53590303c859c7..1ac3db0300397d78567f0ea2589b89214ed98763 100644 (file)
--- a/README
+++ b/README
@@ -12,7 +12,9 @@ the server, etc. take a look in the "doc" directory, then follow the steps
 below to build and start the server.
 
 (1) Unpacking the server
-  To unpack the server, simply gunzip and untar the source.
+  If you're building from a tarball, unpack it.
+  If you're building from CVS, check out and run bootstrap.  This
+  requires Autoconf and Automake to be installed.
 
 (2) Building a server
   Note that you may not have to build a server.  If you received the
@@ -25,7 +27,7 @@ FIXME needs work
      you have done that. 
   2) Gunzip the source.  Again, since you're reading this . . . ;-)
   3) Run configure.
-  4) Run make.
+  4) Run make.  You need GNU make.
 
 (3) Creating the world
   (NOTE: If you received a binary, you must edit the included data/econfig
diff --git a/bootstrap b/bootstrap
new file mode 100755 (executable)
index 0000000..fc03237
--- /dev/null
+++ b/bootstrap
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+# Run this script after a fresh CVS checkout to bring the source tree
+# into a state where you can run configure.
+aclocal -I m4
+autoconf
+autoheader
+>stamp-h.in