[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r3732: Update the OS X bundle build instructions to specify the dep (vidalia/trunk/pkg/osx)



Author: edmanm
Date: 2009-04-25 19:11:58 -0400 (Sat, 25 Apr 2009)
New Revision: 3732

Modified:
   vidalia/trunk/pkg/osx/build-bundle.txt
Log:

Update the OS X bundle build instructions to specify the deployment target
and SDK root. Related to ticket #475.


Modified: vidalia/trunk/pkg/osx/build-bundle.txt
===================================================================
--- vidalia/trunk/pkg/osx/build-bundle.txt	2009-04-25 22:53:30 UTC (rev 3731)
+++ vidalia/trunk/pkg/osx/build-bundle.txt	2009-04-25 23:11:58 UTC (rev 3732)
@@ -48,6 +48,7 @@
 8. Follow the directions to build polipo at
   https://www.torproject.org/svn/trunk/contrib/polipo/README
 
+
 Tor
 9. Download and extract the latest Tor source from
    https://www.torproject.org/download
@@ -58,10 +59,13 @@
 10. Configure Tor with the following:
    ./configure --prefix=/Applications/Vidalia.app --bindir=/Applications/Vidalia.app --sysconfdir=/Applications/Vidalia.app
 
+
 Vidalia
 11. Configure Vidalia with the following:
-      cmake -DOSX_FAT_BINARY=1 . 
 
+      export MACOSX_DEPLOYMENT_TARGET=10.4
+      cmake -DOSX_FAT_BINARY=1 -DCMAKE_OSX_SYSROOT=/Developer/SDKs/MacOSX10.4u.sdk  . 
+
    The Vidalia binary on OS X links to Qt statically, so you will need to have
    your Qt installation configured appropriately.