commit 4aeface16c472632eecd74d1877234eb400c7d39 Author: George Kadianakis desnacked@riseup.net Date: Fri Mar 9 00:13:43 2012 -0800
Update README compilation instructions. --- ChangeLog | 1 + README | 6 +++++- 2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 17feada..4e7cdbe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,7 @@ Changes in version 0.1.1 - <not yet released> Fixes bug #5312. Patch by Peter Palfrader. - Allow doxygen documentation to be built in out-of-source builds. Fixes bug #5315. Patch by Peter Palfrader. + - Improve README installation instructions. Fixes bug #5313.
Changes in version 0.1.0 - 2012-03-05 diff --git a/README b/README index 63273ac..49b744f 100644 --- a/README +++ b/README @@ -5,7 +5,11 @@ to the Tor pluggable transports specification, and its modular architecture allows it to support multiple pluggable transports.
To build obfsproxy from source: - ./autogen.sh && ./configure && make + ./configure && make + +If you got the source from git, run "./autogen.sh", which will run the +various auto* programs. Then you can run ./configure, and refer to the +above instructions.
See doc/ for more obfsproxy information.
tor-commits@lists.torproject.org