diff options
Diffstat (limited to 'doc/tor-osx-dmg-creation.txt')
-rw-r--r-- | doc/tor-osx-dmg-creation.txt | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/tor-osx-dmg-creation.txt b/doc/tor-osx-dmg-creation.txt index ee0ec0ca96..05a8181d09 100644 --- a/doc/tor-osx-dmg-creation.txt +++ b/doc/tor-osx-dmg-creation.txt @@ -69,7 +69,7 @@ Extract the tarball. 11) Update three variables in contrib/osx/package.sh: PRIVOXY_PKG_ZIP=~/tmp/privoxyosx_setup_3.0.6.zip -TORBUTTON_PATH=~/tmp/torbutton-1.1.8-alpha.xpi +TORBUTTON_PATH=~/tmp/torbutton-1.1.9.1-alpha.xpi TORBUTTON_LIC_PATH=~/tmp/LICENSE Make sure the paths are correct. The build will fail if they are not. @@ -80,8 +80,7 @@ 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 +--sysconfdir=/Library --disable-dependency-tracking 13) "make dist-osx" @@ -138,7 +137,7 @@ tarball. 4) Update three variables in contrib/osx/package.sh: PRIVOXY_PKG_ZIP=~/tmp/privoxyosx_setup_3.0.6.zip -TORBUTTON_PATH=~/tmp/torbutton-1.1.8-alpha.xpi +TORBUTTON_PATH=~/tmp/torbutton-1.1.9.1-alpha.xpi TORBUTTON_LIC_PATH=~/tmp/LICENSE Make sure the paths are correct. The build will fail if they are not. @@ -146,8 +145,7 @@ Make sure the paths are correct. The build will fail if they are not. 5) In the top level, this means /path/to/tor/, not tor/contrib/osx, do a configure with these parameters: CONFDIR=/Library/Tor ./configure --prefix=/Library/Tor \ - --bindir=/Library/Tor --sysconfdir=/Library \ - --enable-eventdns --enable-static --disable-shared + --bindir=/Library/Tor --sysconfdir=/Library 6) In same top level dir, do a "make dist-osx". There now exists a .dmg file in the same directory. Install from this dmg. |