aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndrei Serjantov <aas23@freehaven.net>2002-07-16 16:18:16 +0000
committerAndrei Serjantov <aas23@freehaven.net>2002-07-16 16:18:16 +0000
commit53cec4caef1443dc157d40d55849df1deb8d83e2 (patch)
treed39358247fac14229810c0fffdaea6e6f9c8285d /README
parentc951c6f1866b29ffef025238bfc4e51ed4acbe4d (diff)
downloadtor-53cec4caef1443dc157d40d55849df1deb8d83e2.tar
tor-53cec4caef1443dc157d40d55849df1deb8d83e2.tar.gz
Put in a note in README to explain how to compile (I had to wade
through the cvs messages), and added my router on mosg.cl.cam.ac.uk to the list of routers. svn:r52
Diffstat (limited to 'README')
-rw-r--r--README23
1 files changed, 23 insertions, 0 deletions
diff --git a/README b/README
index 5cef52c21..c8669e01f 100644
--- a/README
+++ b/README
@@ -1,2 +1,25 @@
README
------
+
+> ./autogen.sh
+
+runs auto* and then ./configure
+
+It should be all you need to do to get working Makefiles on your
+platform, whatever your platform is. :)
+
+Then just do
+
+> make
+
+Roger:
+
+The summary is that I'm requiring all developers to have auto*
+(aclocal, autoconf, automake) installed on their machine.
+
+Since different versions of auto* generate vastly different output,
+I'm going to leave its output out of the repository. This means that
+whenever you check out a repository, you need to run auto* to generate
+a configure file, then run ./configure to get a Makefile, then build.
+
+