File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -450,6 +450,15 @@ Included are a few notes for building on Mac OS X 10.5 (Leopard).
450450I recommend to get the latest xcode dmg from the Apple XDC Web site. Install
451451XCODE 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 ==========================
Original file line number Diff line number Diff line change @@ -348,6 +348,15 @@ Included are a few notes for building on Mac OS X 10.5 (__Leopard__).
348348I recommend to get the latest xcode dmg from the Apple XDC Web site. Install
349349XCODE 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
353362You need a minimum of Qt4.2. I suggest getting the latest (at time of writing).
You can’t perform that action at this time.
0 commit comments