Skip to content

Commit a9e7015

Browse files
author
kyngchaos
committed
r13280 - restore part not dealing with PyQt
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13285 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent d98d213 commit a9e7015

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/INSTALL.t2t

+5
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,11 @@ sudo make install
651651

652652
Make sure to use the qwt install path from the Qwt build above.
653653

654+
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):
655+
```
656+
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
657+
```
658+
654659
__Snow Leopard note__
655660

656661
If using Qt Carbon, you need to specify which architectures to build, otherwise

0 commit comments

Comments
 (0)