[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r8493: potential fixes for the tor osx dmg documentation. hopefully (tor/trunk/doc)
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] r8493: potential fixes for the tor osx dmg documentation. hopefully (tor/trunk/doc)
- From: arma@xxxxxxxx
- Date: Sun, 24 Sep 2006 22:30:56 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Sun, 24 Sep 2006 22:31:03 -0400
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
Author: arma
Date: 2006-09-24 22:30:55 -0400 (Sun, 24 Sep 2006)
New Revision: 8493
Modified:
tor/trunk/doc/tor-osx-dmg-creation.txt
Log:
potential fixes for the tor osx dmg documentation. hopefully
phobos can confirm or deny.
Modified: tor/trunk/doc/tor-osx-dmg-creation.txt
===================================================================
--- tor/trunk/doc/tor-osx-dmg-creation.txt 2006-09-25 02:23:10 UTC (rev 8492)
+++ tor/trunk/doc/tor-osx-dmg-creation.txt 2006-09-25 02:30:55 UTC (rev 8493)
@@ -45,8 +45,9 @@
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 @@
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