[QGIS Commit] r13284 - trunk/qgis/doc

svn_qgis at osgeo.org svn_qgis at osgeo.org
Thu Apr 8 09:33:13 EDT 2010


Author: kyngchaos
Date: 2010-04-08 09:33:11 -0400 (Thu, 08 Apr 2010)
New Revision: 13284

Modified:
   trunk/qgis/doc/INSTALL.t2t
Log:
revert r13280 - problem is in PyQt compilation, and there is already a note to fix it in that section

Modified: trunk/qgis/doc/INSTALL.t2t
===================================================================
--- trunk/qgis/doc/INSTALL.t2t	2010-04-08 12:55:51 UTC (rev 13283)
+++ trunk/qgis/doc/INSTALL.t2t	2010-04-08 13:33:11 UTC (rev 13284)
@@ -649,22 +649,8 @@
 sudo make install
 ```
 
-Make sure to use the qwt install path from the Qwt build above. 
+Make sure to use the qwt install path from the Qwt build above.
 
-If you run into a problem with the configure script not finding qmake, you may need to edit configure.py and change this line:
-```
-qmake = os.path.join(configuration.qt_dir, 'bin', 'qmake')
-```
-to:
-```
-qmake = os.path.join(configuration.qt_dir, 'usr', 'bin', 'qmake')
-```
-
-Finally, if you run into problems with the library not being properly linked after you build qgis, you may need to fix that as follows and then rebuild qgis:
-```
-sudo install_name_tool -id /usr/local/qwt-5.2.1-svn/lib/libqwt.5.dylib /usr/local/qwt-5.2.1-svn/lib/libqwt.5.dylib
-```
-
 __Snow Leopard note__
 
 If using Qt Carbon, you need to specify which architectures to build, otherwise



More information about the QGIS-commit mailing list