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
This commit is contained in:
Nick Mathewson 2007-11-07 22:35:15 +00:00
parent 92cd548f80
commit 74e5e8f439

6
README
View File

@ -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:
-----------------