aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-02-17 00:45:05 +0000
committerRoger Dingledine <arma@torproject.org>2004-02-17 00:45:05 +0000
commit19a1c80f25adcefcc6dc26152d6e93a33f31df3e (patch)
tree2a78f4129ff7d16ad597431da139f36aa24d6201 /INSTALL
parent256f09699eec5f95626d133256e6f88960a621b3 (diff)
downloadtor-19a1c80f25adcefcc6dc26152d6e93a33f31df3e.tar
tor-19a1c80f25adcefcc6dc26152d6e93a33f31df3e.tar.gz
it seems that bsd people can just do ./configure now too
svn:r1063
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 095abe3b7..888a40179 100644
--- a/INSTALL
+++ b/INSTALL
@@ -3,7 +3,7 @@ Quickstart version for users:
0) Download the absolute newest version. No, really.
http://freehaven.net/tor/dist/
1) tar xvf it, and then cd into the directory.
-2) ./configure (or do the two-line version below, if you're on bsd)
+2) ./configure
3) make
4) make install
5) tor (if it doesn't work, give it the whole path or fix your path)