[QGIS Commit] r8314 - trunk/qgis

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Apr 2 20:38:45 EDT 2008


Author: timlinux
Date: 2008-04-02 20:38:44 -0400 (Wed, 02 Apr 2008)
New Revision: 8314

Modified:
   trunk/qgis/INSTALL
   trunk/qgis/INSTALL.t2t
Log:
Added some mac specific notes to fix SDK link path issues


Modified: trunk/qgis/INSTALL
===================================================================
--- trunk/qgis/INSTALL	2008-04-02 22:35:33 UTC (rev 8313)
+++ trunk/qgis/INSTALL	2008-04-03 00:38:44 UTC (rev 8314)
@@ -450,7 +450,16 @@
 I recommend to get the latest xcode dmg from the Apple XDC Web site. Install
 XCODE after the ~941mb download is complete.
 
+/!\ Note: It may be that you need to create some symlinks after installing 
+the XCODE SDK (in particular if you are using XCODE 2.5 on tiger):
 
+
+  cd /Developer/SDKs/MacOSX10.4u.sdk/usr/
+  sudo mv local/ local_
+  sudo ln -s /usr/local/ local
+
+
+
 	4.2. Install Qt4 from .dmg
 	==========================
 

Modified: trunk/qgis/INSTALL.t2t
===================================================================
--- trunk/qgis/INSTALL.t2t	2008-04-02 22:35:33 UTC (rev 8313)
+++ trunk/qgis/INSTALL.t2t	2008-04-03 00:38:44 UTC (rev 8314)
@@ -348,6 +348,15 @@
 I recommend to get the latest xcode dmg from the Apple XDC Web site. Install
 XCODE after the ~941mb download is complete.
 
+/!\ Note: It may be that you need to create some symlinks after installing 
+the XCODE SDK (in particular if you are using XCODE 2.5 on tiger):
+
+```
+cd /Developer/SDKs/MacOSX10.4u.sdk/usr/
+sudo mv local/ local_
+sudo ln -s /usr/local/ local
+```
+
 == Install Qt4 from .dmg ==
 
 You need a minimum of Qt4.2. I suggest getting the latest (at time of writing).



More information about the QGIS-commit mailing list