You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INSTALL
+13-2
Original file line number
Diff line number
Diff line change
@@ -525,8 +525,7 @@ add symlinks to /usr/local:
525
525
526
526
These should then be found automatically on Leopard and above. Earlier systems
527
527
may need some help by adding '-L/usr/local/lib' to CMAKE_SHARED_LINKER_FLAGS,
528
-
CMAKE_MODULE_LINKER_FLAGS and CMAKE_EXE_LINKER_FLAGS in the cmake build, or
529
-
adding '/usr/local/lib' to LIBRARY_SEARCH_PATHS in the Xcode build.
528
+
CMAKE_MODULE_LINKER_FLAGS and CMAKE_EXE_LINKER_FLAGS in the cmake build.
530
529
531
530
532
531
4.3. Install development frameworks for QGIS dependencies
@@ -678,6 +677,17 @@ and (this installs by default into the Python framework, and is appropriate only
678
677
export QTDIR=/Developer/Applications/Qt
679
678
python configure.py
680
679
yes
680
+
681
+
682
+
There is a problem with the configuration that needs to be fixed now (it affect PyQwt compilation later). Edit pyqtconfig.py and change the qt_dir line to:
683
+
684
+
685
+
'qt_dir': '/usr',
686
+
687
+
688
+
Then continue with compilation and installation:
689
+
690
+
681
691
make
682
692
sudo make install
683
693
@@ -749,6 +759,7 @@ minor.point version, and it may be an SVN version). Remember this for QGIS and
These should then be found automatically on Leopard and above. Earlier systems
419
419
may need some help by adding '-L/usr/local/lib' to CMAKE_SHARED_LINKER_FLAGS,
420
-
CMAKE_MODULE_LINKER_FLAGS and CMAKE_EXE_LINKER_FLAGS in the cmake build, or
421
-
adding '/usr/local/lib' to LIBRARY_SEARCH_PATHS in the Xcode build.
420
+
CMAKE_MODULE_LINKER_FLAGS and CMAKE_EXE_LINKER_FLAGS in the cmake build.
422
421
423
422
424
423
== Install development frameworks for QGIS dependencies ==
@@ -562,6 +561,17 @@ and (this installs by default into the Python framework, and is appropriate only
562
561
export QTDIR=/Developer/Applications/Qt
563
562
python configure.py
564
563
yes
564
+
```
565
+
566
+
There is a problem with the configuration that needs to be fixed now (it affect PyQwt compilation later). Edit pyqtconfig.py and change the qt_dir line to:
567
+
568
+
```
569
+
'qt_dir': '/usr',
570
+
```
571
+
572
+
Then continue with compilation and installation:
573
+
574
+
```
565
575
make
566
576
sudo make install
567
577
```
@@ -632,6 +642,7 @@ minor.point version, and it may be an SVN version). Remember this for QGIS and
0 commit comments