[QGIS Commit] r13163 - in trunk/qgis: . doc

svn_qgis at osgeo.org svn_qgis at osgeo.org
Thu Mar 25 22:49:19 EDT 2010


Author: kyngchaos
Date: 2010-03-25 22:49:16 -0400 (Thu, 25 Mar 2010)
New Revision: 13163

Modified:
   trunk/qgis/INSTALL
   trunk/qgis/doc/INSTALL.t2t
Log:
update Mac build for Qt minimum and misc cleanup

Modified: trunk/qgis/INSTALL
===================================================================
--- trunk/qgis/INSTALL	2010-03-26 02:33:56 UTC (rev 13162)
+++ trunk/qgis/INSTALL	2010-03-26 02:49:16 UTC (rev 13163)
@@ -493,7 +493,7 @@
   4.2. Install Qt4 from .dmg
   ==========================
 
-You need a minimum of Qt-4.3.0. I suggest getting the latest.
+You need a minimum of Qt-4.4.0. I suggest getting the latest.
 
 Snow Leopard note: If you are building on Snow Leopard, you will need to
 decide between 32-bit support in the older, Qt Carbon branch, or 64-bit
@@ -510,7 +510,7 @@
 Once downloaded open the dmg and run the installer. Note you need admin
 privileges to install.
 
-Qt 4.4+ note: Starting in Qt 4.4 (?) libQtCLucene was added, and in 4.5
+Qt note: Starting in Qt 4.4, libQtCLucene was added, and in 4.5
 libQtUiTools was added, both in /usr/lib.  When using a system SDK (which will
 happen in the Xcode build), these libraries will not be found.  To fix this problem,
 add symlinks to /usr/local:
@@ -676,7 +676,7 @@
   yes 
 
 
-There is a problem with the configuration that needs to be fixed now (it affect PyQwt compilation later).  Edit pyqtconfig.py and change the qt_dir line to:
+There is a problem with the configuration that needs to be fixed now (it affects PyQwt compilation later).  Edit pyqtconfig.py and change the qt_dir line to:
 
 
       'qt_dir': '/usr',
@@ -732,10 +732,10 @@
   http://pyqwt.sourceforge.net/
 
 
-Double-click the tarball to unpack it.
+Double-click the tarball to unpack it.  The following assumes PyQwt v5.2.0 (comes with Qwt 5.2.1).
 
 Now, first edit qwtconfig.pri in the qwt-5.2 subdir and change some settings so
-you don't get a bloated debug static library (too bad they are configurable from
+you don't get a bloated debug static library (too bad they are not configurable from
 qmake).  Scroll down to the 'release/debug mode' block.  Edit the last 'CONFIG +='
 line, within an 'else' block, and change 'debug' to 'release'.  Also uncomment
 (remove # prefix) the line 'CONFIG += QwtDll'.

Modified: trunk/qgis/doc/INSTALL.t2t
===================================================================
--- trunk/qgis/doc/INSTALL.t2t	2010-03-26 02:33:56 UTC (rev 13162)
+++ trunk/qgis/doc/INSTALL.t2t	2010-03-26 02:49:16 UTC (rev 13163)
@@ -388,7 +388,7 @@
 
 == Install Qt4 from .dmg ==
 
-You need a minimum of Qt-4.3.0. I suggest getting the latest.
+You need a minimum of Qt-4.4.0. I suggest getting the latest.
 
 __Snow Leopard note:__ If you are building on Snow Leopard, you will need to
 decide between 32-bit support in the older, Qt Carbon branch, or 64-bit
@@ -405,7 +405,7 @@
 Once downloaded open the dmg and run the installer. Note you need admin
 privileges to install.
 
-__Qt 4.4+ note:__ Starting in Qt 4.4 (?) libQtCLucene was added, and in 4.5
+__Qt note:__ Starting in Qt 4.4, libQtCLucene was added, and in 4.5
 libQtUiTools was added, both in /usr/lib.  When using a system SDK (which will
 happen in the Xcode build), these libraries will not be found.  To fix this problem,
 add symlinks to /usr/local:
@@ -563,7 +563,7 @@
 yes 
 ```
 
-There is a problem with the configuration that needs to be fixed now (it affect PyQwt compilation later).  Edit pyqtconfig.py and change the qt_dir line to:
+There is a problem with the configuration that needs to be fixed now (it affects PyQwt compilation later).  Edit pyqtconfig.py and change the qt_dir line to:
 
 ```
     'qt_dir': '/usr',
@@ -618,10 +618,10 @@
 http://pyqwt.sourceforge.net/
 ```
 
-Double-click the tarball to unpack it.
+Double-click the tarball to unpack it.  The following assumes PyQwt v5.2.0 (comes with Qwt 5.2.1).
 
 Now, first edit qwtconfig.pri in the qwt-5.2 subdir and change some settings so
-you don't get a bloated debug static library (too bad they are configurable from
+you don't get a bloated debug static library (too bad they are not configurable from
 qmake).  Scroll down to the 'release/debug mode' block.  Edit the last 'CONFIG +='
 line, within an 'else' block, and change 'debug' to 'release'.  Also uncomment
 (remove # prefix) the line 'CONFIG += QwtDll'.



More information about the QGIS-commit mailing list