diff options
author | Roger Dingledine <arma@torproject.org> | 2006-06-12 10:44:00 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-06-12 10:44:00 +0000 |
commit | d90d4b4c9061d0e16f354d8b64cf54b750752e00 (patch) | |
tree | e54ddfcdaea0d200d756cedb9ccca978e43c04fe /doc/tor-osx-dmg-creation.txt | |
parent | cbc4cd93ac6df3a851675bef0835a7bb52deec1c (diff) | |
download | tor-d90d4b4c9061d0e16f354d8b64cf54b750752e00.tar.gz tor-d90d4b4c9061d0e16f354d8b64cf54b750752e00.zip |
typo, whitespace, and a clarification
svn:r6605
Diffstat (limited to 'doc/tor-osx-dmg-creation.txt')
-rw-r--r-- | doc/tor-osx-dmg-creation.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/tor-osx-dmg-creation.txt b/doc/tor-osx-dmg-creation.txt index d0f63ac30d..e753d304a1 100644 --- a/doc/tor-osx-dmg-creation.txt +++ b/doc/tor-osx-dmg-creation.txt @@ -2,7 +2,8 @@ The following steps are the exact steps used to produce the "official" OSX builds of tor Summary: -1) Compile and install the latest release of libevent +1) Compile and install a static version of the latest release of +libevent. 2) Acquire privoxyosx_setup_3.0.3.zip. Remember where you put this file. 3) Acquire and install your preferred version of tor via "make @@ -11,7 +12,7 @@ dist-osx" Details: ### Compiling libevent -1) Download the latest libevent from +1) Download the latest libevent from http://www.monkey.org/~provos/libevent/ 2) The first step of compiling libevent is to configure it as @@ -27,8 +28,8 @@ or sudo -s, to complete the "make install". 1) Download osx privoxy source from http://prdownloads.sourceforge.net/ijbswa/privoxyosx_setup_3.0.3.zip?download -2) Edit /path/to/tor/contrib/osx/package.sh and confirm -PRIVOXY_PKG_ZIP= is set to the correct path to find the +2) Edit /path/to/tor/contrib/osx/package.sh and confirm +PRIVOXY_PKG_ZIP= is set to the correct path to find the file privoxyosx_setup_3.0.3.zip |