Skip to content

Commit

Permalink
r13280 - restore part not dealing with PyQt
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13285 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
kyngchaos committed Apr 8, 2010
1 parent d98d213 commit a9e7015
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/INSTALL.t2t
Expand Up @@ -651,6 +651,11 @@ sudo make install

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
Expand Down

0 comments on commit a9e7015

Please sign in to comment.