summaryrefslogtreecommitdiff
path: root/doc/tor-osx-dmg-creation.txt
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-09-25 02:30:55 +0000
committerRoger Dingledine <arma@torproject.org>2006-09-25 02:30:55 +0000
commit24b07ea4d321932c9ecf0bb2617248e5c8ef36ac (patch)
treee8f03f1296635474f495cfc75e07cb0f40f3555e /doc/tor-osx-dmg-creation.txt
parenta87f3ac6f99fb01e5c1e919c8af43f4a0b241093 (diff)
downloadtor-24b07ea4d321932c9ecf0bb2617248e5c8ef36ac.tar.gz
tor-24b07ea4d321932c9ecf0bb2617248e5c8ef36ac.zip
potential fixes for the tor osx dmg documentation. hopefully
phobos can confirm or deny. svn:r8493
Diffstat (limited to 'doc/tor-osx-dmg-creation.txt')
-rw-r--r--doc/tor-osx-dmg-creation.txt12
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/tor-osx-dmg-creation.txt b/doc/tor-osx-dmg-creation.txt
index c7db886b4a..4ecb9b0fc1 100644
--- a/doc/tor-osx-dmg-creation.txt
+++ b/doc/tor-osx-dmg-creation.txt
@@ -45,8 +45,9 @@ file privoxyosx_setup_3.0.3.zip
2) In the top level, this means /path/to/tor/, not tor/contrib/osx,
do a configure with these parameters:
- configure --prefix=/Library/Tor --bindir=/Library/Tor \
- --sysconfdir=/Library --enable-static --disable-shared
+ CONFDIR=/Library/Tor ./configure --prefix=/Library/Tor \
+ --bindir=/Library/Tor --sysconfdir=/Library \
+ --enable-static --disable-shared
3) In same top level dir, do a "make dist-osx". There now exists a
.dmg file in the same directory. Install from this dmg.
@@ -85,9 +86,10 @@ by default, in /usr/local/lib/.
7) In the top level, this means /path/to/tor/, not tor/contrib/osx,
do a configure with these parameters:
-CFLAGS="-O -g -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc"
-\ LDFLAGS="-Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk" \
-configure --prefix=/Library/Tor --bindir=/Library/Tor \
+CFLAGS="-O -g -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc" \
+LDFLAGS="-Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk" \
+CONFDIR=/Library/Tor \
+./configure --prefix=/Library/Tor --bindir=/Library/Tor \
--sysconfdir=/Library --enable-static --disable-shared \
--disable-dependency-tracking