[or-cvs] Added in the 3 easy cheatsheet steps to build tor, for the ...

phobos at seul.org phobos at seul.org
Sun Aug 7 12:43:37 UTC 2005


Update of /home/or/cvsroot/tor/contrib/osx
In directory moria:/tmp/cvs-serv502

Modified Files:
	package.sh 
Log Message:
Added in the 3 easy cheatsheet steps to build tor, for the 7 mac users
that may want to build their own client/server.



Index: package.sh
===================================================================
RCS file: /home/or/cvsroot/tor/contrib/osx/package.sh,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- package.sh	14 Jul 2005 23:31:11 -0000	1.8
+++ package.sh	7 Aug 2005 12:43:34 -0000	1.9
@@ -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.



More information about the tor-commits mailing list