diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-03-29 01:03:07 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-03-29 01:03:07 +0000 |
commit | 037487d96e5a96899f88436b895baf196fefe2c0 (patch) | |
tree | 19902877ebe414da704deacc3ffbd48c5ddd2af4 /doc | |
parent | 51f04b68df23085ae45c8b12579cc9c4e3f0b42c (diff) | |
download | tor-037487d96e5a96899f88436b895baf196fefe2c0.tar.gz tor-037487d96e5a96899f88436b895baf196fefe2c0.zip |
Mention libevent in more docs.
svn:r3913
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor-doc.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/tor-doc.html b/doc/tor-doc.html index 258bf0465c..a91cd7baf0 100644 --- a/doc/tor-doc.html +++ b/doc/tor-doc.html @@ -173,6 +173,11 @@ package</a>), these steps are already done for you, and you may even already have Tor started in the background (logging to /var/log/something).</p> +<p><b>For newer releases</b>: To build Tor version 0.1.0.1-rc or later from +source, you will need Niels Provos's <tt>libevent</tt> library; you can get +the source for the latest version +<a href="http://www.monkey.org/~provos/libevent/">here</a></a> + <p>In any case, see the <a href="#client">next section</a> for what to <i>do</i> with it now that you've got it running.</p> |