Skip to content

Commit

Permalink
revert r13280 - problem is in PyQt compilation, and there is already …
Browse files Browse the repository at this point in the history
…a note to fix it in that section

git-svn-id: http://svn.osgeo.org/qgis/trunk@13284 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
kyngchaos committed Apr 8, 2010
1 parent 5b9093e commit d656d1d
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions doc/INSTALL.t2t
Expand Up @@ -649,21 +649,7 @@ make
sudo make install
```

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
```
Make sure to use the qwt install path from the Qwt build above.

__Snow Leopard note__

Expand Down

0 comments on commit d656d1d

Please sign in to comment.