summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2005-08-07 12:43:34 +0000
committerAndrew Lewman <andrew@torproject.org>2005-08-07 12:43:34 +0000
commite93409d3325ec96f9c49c1e50e3f87b4bbe1ca6d (patch)
tree4f7ea9f1f0b6ad373e6be00eb3df17c13afca934
parent999b7951c363c40df39abf5c78168916cf62f7e9 (diff)
downloadtor-e93409d3325ec96f9c49c1e50e3f87b4bbe1ca6d.tar.gz
tor-e93409d3325ec96f9c49c1e50e3f87b4bbe1ca6d.zip
Added in the 3 easy cheatsheet steps to build tor, for the 7 mac users
that may want to build their own client/server. svn:r4726
-rw-r--r--contrib/osx/package.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/osx/package.sh b/contrib/osx/package.sh
index 68be81e8cf..d0d8915b1a 100644
--- a/contrib/osx/package.sh
+++ b/contrib/osx/package.sh
@@ -11,6 +11,12 @@
#
# This script expects to be run from the toplevel makefile, with VERSION
# set to the latest Tor version, and Tor already built.
+#
+# Building Tor for OSX in 3 easy steps:
+# 1) Make sure PRIVOXY_PKG_ZIP= is set to the correct path to find privoxyosx_setup_3.0.3.zip
+# 2) In the top level, this means ~/tor, not tor/contrib/osx, do a configure with these parameters:
+# configure --prefix=/Library/Tor --bindir=/Library/Tor --sysconfdir=/Library
+# 3) In same top level dir, make dist-osx. You'll have a .dmg file when complete.
# Where have we put the zip file containing Privoxy? Edit this if your
# privoxy lives somewhere else.