[tor-commits] [tor/master] Update verbiage in README to mention autogen.sh
nickm at torproject.org
nickm at torproject.org
Tue Nov 4 14:02:18 UTC 2014
commit b1ca05d273eaef7477528c059ab0d1deb0dc9dab
Author: Nick Mathewson <nickm at torproject.org>
Date: Tue Nov 4 09:01:46 2014 -0500
Update verbiage in README to mention autogen.sh
Closes ticket 13190
---
README | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README b/README
index e878476..342376f 100644
--- a/README
+++ b/README
@@ -6,6 +6,9 @@ configure it properly.
To build Tor from source:
./configure && make && make install
+To build Tor from a just-cloned git repository:
+ sh autogen.sh && ./configure && make && make install
+
Home page:
https://www.torproject.org/
More information about the tor-commits
mailing list