Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
timlinux committed Apr 3, 2008
1 parent 1e40e14 commit 301375a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions INSTALL
Expand Up @@ -450,6 +450,15 @@ Included are a few notes for building on Mac OS X 10.5 (Leopard).
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
==========================
Expand Down
9 changes: 9 additions & 0 deletions INSTALL.t2t
Expand Up @@ -348,6 +348,15 @@ Included are a few notes for building on Mac OS X 10.5 (__Leopard__).
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).
Expand Down

0 comments on commit 301375a

Please sign in to comment.