Skip to content

Commit d656d1d

Browse files
author
kyngchaos
committed
revert r13280 - problem is in PyQt compilation, and there is already a note to fix it in that section
git-svn-id: http://svn.osgeo.org/qgis/trunk@13284 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 5b9093e commit d656d1d

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

doc/INSTALL.t2t

+1-15
Original file line numberDiff line numberDiff line change
@@ -649,21 +649,7 @@ make
649649
sudo make install
650650
```
651651

652-
Make sure to use the qwt install path from the Qwt build above.
653-
654-
If you run into a problem with the configure script not finding qmake, you may need to edit configure.py and change this line:
655-
```
656-
qmake = os.path.join(configuration.qt_dir, 'bin', 'qmake')
657-
```
658-
to:
659-
```
660-
qmake = os.path.join(configuration.qt_dir, 'usr', 'bin', 'qmake')
661-
```
662-
663-
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:
664-
```
665-
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
666-
```
652+
Make sure to use the qwt install path from the Qwt build above.
667653

668654
__Snow Leopard note__
669655

0 commit comments

Comments
 (0)