Roger Dingledine commited on 2010-03-04 09:43:42
Zeige 1 geänderte Dateien mit 2 Einfügungen und 2 Löschungen.
... | ... |
@@ -35,8 +35,8 @@ href="<page docs/debian>#ubuntu">our deb repository</a> instead. |
35 | 35 |
href="http://www.monkey.org/~provos/libevent/">libevent</a>, and |
36 | 36 |
make sure you have openssl and zlib (including the -devel packages if |
37 | 37 |
applicable). Then run:<br /> |
38 |
-<tt>tar xzf tor-<version-stable>.tar.gz; cd tor-<version-stable><br /> |
|
39 |
-./configure && make</tt><br /> |
|
38 |
+<tt>tar xzf tor-<version-stable>.tar.gz; cd tor-<version-stable></tt><br /> |
|
39 |
+<tt>./configure && make</tt><br /> |
|
40 | 40 |
Now you can run tor as <tt>src/or/tor</tt>, or you can run <tt>make install</tt> |
41 | 41 |
(as root if necessary) to install it into /usr/local/, and then you can |
42 | 42 |
start it just by running <tt>tor</tt>. |
43 | 43 |