[QGIS Commit] r13285 - trunk/qgis/doc

svn_qgis at osgeo.org svn_qgis at osgeo.org
Thu Apr 8 09:47:53 EDT 2010


Author: kyngchaos
Date: 2010-04-08 09:47:52 -0400 (Thu, 08 Apr 2010)
New Revision: 13285

Modified:
   trunk/qgis/doc/INSTALL.t2t
Log:
r13280 - restore part not dealing with PyQt

Modified: trunk/qgis/doc/INSTALL.t2t
===================================================================
--- trunk/qgis/doc/INSTALL.t2t	2010-04-08 13:33:11 UTC (rev 13284)
+++ trunk/qgis/doc/INSTALL.t2t	2010-04-08 13:47:52 UTC (rev 13285)
@@ -651,6 +651,11 @@
 
 Make sure to use the qwt install path from the Qwt build above.
 
+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 (this is not needed when bundling all Qt/PyQt related components, which is recommended, and default in the Xcode build):
+```
+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