File tree 2 files changed +18
-0
lines changed
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).
450
450
I recommend to get the latest xcode dmg from the Apple XDC Web site. Install
451
451
XCODE after the ~941mb download is complete.
452
452
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
+
453
462
454
463
4.2. Install Qt4 from .dmg
455
464
==========================
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__).
348
348
I recommend to get the latest xcode dmg from the Apple XDC Web site. Install
349
349
XCODE after the ~941mb download is complete.
350
350
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
+
351
360
== Install Qt4 from .dmg ==
352
361
353
362
You 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