Skip to content

Commit

Permalink
More small changes to mac install procedure
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7245 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Oct 3, 2007
1 parent 314ebe0 commit a3d5d76
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
10 changes: 9 additions & 1 deletion INSTALL
Expand Up @@ -395,6 +395,8 @@ XCODE after the ~941mb download is complete.
4.2. Install Qt4 from .dmg
==========================

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


ftp://ftp.trolltech.com/qt/source/qt-mac-opensource-4.3.2.dmg

Expand Down Expand Up @@ -422,7 +424,7 @@ QT_EDITION_UNKNOWN to QT_EDITION_OPENSOURCE
Second change the default mkspec symlink so that it points to macx-g++:


cd /usr/local/Qt4.2/mkspecs/ sudo rm default sudo ln -sf macx-g++ default
cd /usr/local/Qt4.3/mkspecs/ sudo rm default sudo ln -sf macx-g++ default



Expand Down Expand Up @@ -638,6 +640,12 @@ For svn 0.8 branch
svn co https://svn.qgis.org/repos/qgis/branches/Release-0_8_0 qgis0.8


For svn 0.9 branch


svn co https://svn.qgis.org/repos/qgis/branches/Release-0_9_0 qgis0.9


The first time you check out QGIS sources you will probably get a message like
this:

Expand Down
8 changes: 7 additions & 1 deletion INSTALL.t2t
Expand Up @@ -310,6 +310,8 @@ XCODE after the ~941mb download is complete.

== Install Qt4 from .dmg ==

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

```
ftp://ftp.trolltech.com/qt/source/qt-mac-opensource-4.3.2.dmg
```
Expand Down Expand Up @@ -337,7 +339,7 @@ change
Second change the default mkspec symlink so that it points to macx-g++:

```
cd /usr/local/Qt4.2/mkspecs/ sudo rm default sudo ln -sf macx-g++ default
cd /usr/local/Qt4.3/mkspecs/ sudo rm default sudo ln -sf macx-g++ default
```


Expand Down Expand Up @@ -536,6 +538,10 @@ For svn 0.8 branch
svn co https://svn.qgis.org/repos/qgis/branches/Release-0_8_0 qgis0.8
```

For svn 0.9 branch
```
svn co https://svn.qgis.org/repos/qgis/branches/Release-0_9_0 qgis0.9
```

The first time you check out QGIS sources you will probably get a message like
this:
Expand Down

0 comments on commit a3d5d76

Please sign in to comment.