it seems that bsd people can just do ./configure now too

svn:r1063
This commit is contained in:
Roger Dingledine
2004-02-17 00:45:05 +00:00
parent cbd4d6e38c
commit d3614fc668
+1 -1
View File
@@ -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)