Skip to content

Commit 301375a

Browse files
author
timlinux
committed
Added some mac specific notes to fix SDK link path issues
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8314 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 1e40e14 commit 301375a

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

INSTALL

+9
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,15 @@ Included are a few notes for building on Mac OS X 10.5 (Leopard).
450450
I recommend to get the latest xcode dmg from the Apple XDC Web site. Install
451451
XCODE after the ~941mb download is complete.
452452

453+
/!\ Note: It may be that you need to create some symlinks after installing
454+
the XCODE SDK (in particular if you are using XCODE 2.5 on tiger):
455+
456+
457+
cd /Developer/SDKs/MacOSX10.4u.sdk/usr/
458+
sudo mv local/ local_
459+
sudo ln -s /usr/local/ local
460+
461+
453462

454463
4.2. Install Qt4 from .dmg
455464
==========================

INSTALL.t2t

+9
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,15 @@ Included are a few notes for building on Mac OS X 10.5 (__Leopard__).
348348
I recommend to get the latest xcode dmg from the Apple XDC Web site. Install
349349
XCODE after the ~941mb download is complete.
350350

351+
/!\ Note: It may be that you need to create some symlinks after installing
352+
the XCODE SDK (in particular if you are using XCODE 2.5 on tiger):
353+
354+
```
355+
cd /Developer/SDKs/MacOSX10.4u.sdk/usr/
356+
sudo mv local/ local_
357+
sudo ln -s /usr/local/ local
358+
```
359+
351360
== Install Qt4 from .dmg ==
352361

353362
You need a minimum of Qt4.2. I suggest getting the latest (at time of writing).

0 commit comments

Comments
 (0)