From fbb69d7ca1a9e6815fa301c920f0542a9a337b3f Mon Sep 17 00:00:00 2001 From: Roger Dingledine <arma@torproject.org> Date: Fri, 13 May 2005 18:46:06 +0000 Subject: [PATCH] note that our os x package is only for 10.3 or later svn:r4200 --- doc/tor-doc.html | 5 +++-- 1 file 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 -- GitLab