diff options
author | Roger Dingledine <arma@torproject.org> | 2005-05-13 18:46:06 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-05-13 18:46:06 +0000 |
commit | fbb69d7ca1a9e6815fa301c920f0542a9a337b3f (patch) | |
tree | 3dd3540278eafaf58676f1ae54e4f70f21fc4bcf /doc | |
parent | 28dfc04674a0e32f8897e8dd482f62ba9cd436f3 (diff) | |
download | tor-fbb69d7ca1a9e6815fa301c920f0542a9a337b3f.tar.gz tor-fbb69d7ca1a9e6815fa301c920f0542a9a337b3f.zip |
note that our os x package is only for 10.3 or later
svn:r4200
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor-doc.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/tor-doc.html b/doc/tor-doc.html index ebe205d3be..db689bdb86 100644 --- a/doc/tor-doc.html +++ b/doc/tor-doc.html @@ -153,7 +153,8 @@ server <a href="#server">below</a>.</p> <a name="installing"></a> <h2>Installing Tor</h2> -<p>We have installers for Windows and Mac OS X. For help with installing, +<p>We have installers for Windows and Mac OS X 10.3 or later. For help +with installing, configuring, and using Tor on these operating systems, consult the <a href="tor-doc-win32.html">Windows instructions</a> or the <a href="tor-doc-osx.html">Mac OS X instructions</a>. @@ -163,7 +164,7 @@ server <a href="#server">below</a>.</p> href="http://tor.eff.org/dist/">here</a>.</p> <p>If you got Tor from a tarball, unpack it: <tt>tar xzf -tor-0.0.9.5.tar.gz; cd tor-0.0.9.5</tt>. Run <tt>./configure</tt>, then +tor-0.0.9.9.tar.gz; cd tor-0.0.9.9</tt>. Run <tt>./configure</tt>, then <tt>make</tt>, and then <tt>make install</tt> (as root if necessary). Then you can launch tor from the command-line by running <tt>tor</tt>. Otherwise, if you got it prepackaged (e.g. in the <a |