aboutsummaryrefslogtreecommitdiff
path: root/doc/tor-doc-unix.html
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-08-17 04:15:25 +0000
committerRoger Dingledine <arma@torproject.org>2005-08-17 04:15:25 +0000
commitdbdf86abf21913f6d9c63772ecf98dbd80a3096b (patch)
treed166360c78bf79701fe32205f7c945984d649f5f /doc/tor-doc-unix.html
parentb07ba724e1c1cfe0c98cd25f94a497ab346592d4 (diff)
downloadtor-dbdf86abf21913f6d9c63772ecf98dbd80a3096b.tar
tor-dbdf86abf21913f6d9c63772ecf98dbd80a3096b.tar.gz
add tor server configuration instructions
svn:r4793
Diffstat (limited to 'doc/tor-doc-unix.html')
-rw-r--r--doc/tor-doc-unix.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/tor-doc-unix.html b/doc/tor-doc-unix.html
index 9e8eec2a7..8051f4952 100644
--- a/doc/tor-doc-unix.html
+++ b/doc/tor-doc-unix.html
@@ -60,7 +60,10 @@ href="download.html">download</a> page. We have packages for Debian,
Red Hat, Gentoo, *BSD, etc there too.
</p>
-<p>If you're building from source, run <tt>tar xzf tor-0.1.0.14.tar.gz;
+<p>If you're building from source, first install <a
+href="http://www.monkey.org/~provos/libevent/">libevent</a>, and
+make sure you have openssl and zlib (including the -devel packages if
+applicable). Then Run <tt>tar xzf tor-0.1.0.14.tar.gz;
cd tor-0.1.0.14</tt>. Then <tt>./configure &amp;&amp; make</tt>. Now you
can run tor as <tt>src/or/tor</tt>, or you can run <tt>make install</tt>
(as root if necessary) to install it into /usr/local/, and then you can