[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [tor/master] Update verbiage in README to mention autogen.sh



commit b1ca05d273eaef7477528c059ab0d1deb0dc9dab
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
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/
 

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits