[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r3016: Document the other magic bits I sprinkle on my Qt builds. (vidalia/trunk/pkg/osx)
Author: edmanm
Date: 2008-08-28 00:12:42 -0400 (Thu, 28 Aug 2008)
New Revision: 3016
Modified:
vidalia/trunk/pkg/osx/build-bundle.txt
Log:
Document the other magic bits I sprinkle on my Qt builds.
Modified: vidalia/trunk/pkg/osx/build-bundle.txt
===================================================================
--- vidalia/trunk/pkg/osx/build-bundle.txt 2008-08-27 17:55:20 UTC (rev 3015)
+++ vidalia/trunk/pkg/osx/build-bundle.txt 2008-08-28 04:12:42 UTC (rev 3016)
@@ -18,12 +18,14 @@
Qt
-4. Download and extract the open source version of Qt 4.1 or higher from
+4. Download and extract the open source version of Qt 4.2 or higher from
Trolltech at the following address:
http://www.trolltech.com/developer/downloads/qt/mac
-5. Configure Qt with the following:
- ./configure -static -release
+5. Configure Qt with the following (OS X 10.4 or later):
+ export MACOSX_DEPLOYENT_TARGET=10.4
+ ./configure -static -release -universal -fast -no-qt3support \
+ -nomake demos -nomake examples -sdk /Developer/SDKs/MacOSX10.4u.sdk/
6. Build and install Qt as follows:
make && make install