From 74e5e8f439f86e6e5ac699f0513beb4a19d115de Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 7 Nov 2007 22:35:15 +0000 Subject: [PATCH] r16554@catbus: nickm | 2007-11-07 17:33:49 -0500 Mention autogen.sh in the README, now that we are more vocally encouraging people to try svn. svn:r501 --- README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README b/README index b9940107..b0650392 100644 --- a/README +++ b/README @@ -2,6 +2,10 @@ To build libevent, type $ ./configure && make + (If you got libevent from the subversion repository, you will + first need to run the included "autogen.sh" script in order to + generate the configure script.) + Install as root via # make install @@ -15,7 +19,7 @@ Before, reporting any problems, please run the regression tests. To enable the low-level tracing build the library as: CFLAGS=-DUSE_DEBUG ./configure [...] - + Acknowledgements: -----------------