[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r3992: Update a couple of Tor svn URLs to their git equivalents. Al (vidalia/trunk/pkg/osx)
Author: edmanm
Date: 2009-08-03 17:05:15 -0400 (Mon, 03 Aug 2009)
New Revision: 3992
Modified:
vidalia/trunk/pkg/osx/build-bundle.txt
Log:
Update a couple of Tor svn URLs to their git equivalents. Also update the
Tor ./configure command line for the bundle packaging instructions since I
moved a few files around to be more consistent.
Modified: vidalia/trunk/pkg/osx/build-bundle.txt
===================================================================
--- vidalia/trunk/pkg/osx/build-bundle.txt 2009-08-03 20:44:27 UTC (rev 3991)
+++ vidalia/trunk/pkg/osx/build-bundle.txt 2009-08-03 21:05:15 UTC (rev 3992)
@@ -39,14 +39,14 @@
http://www.pps.jussieu.fr/~jch/software/files/polipo/.
7a. Download the Tor modifications to Polipo from:
-https://svn.torproject.org/svn/tor/trunk/contrib/polipo/.
+https://git.torproject.org/checkout/tor/master/contrib/polipo/.
Alternatively, download a tarball with the Polipo source and Tor
modifications together from:
http://interloper.org/tmp/polipo/polipo-1.0.4-with-tor-mods.tgz
8. Follow the directions to build polipo at
- https://www.torproject.org/svn/trunk/contrib/polipo/README
+ https://git.torproject.org/checkout/tor/master/contrib/polipo/README
Tor
@@ -57,7 +57,9 @@
to specify it in Step 12.
10. Configure Tor with the following:
- ./configure --prefix=/Applications/Vidalia.app --bindir=/Applications/Vidalia.app --sysconfdir=/Applications/Vidalia.app
+ ./configure --prefix=/Applications/Vidalia.app \
+ --bindir=/Applications/Vidalia.app/Contents/MacOS \
+ --sysconfdir=/Applications/Vidalia.app/Contents/Resources
11. Build Tor by running 'make'. You do NOT need to run 'make install'
afterwards.