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
+5-5
Original file line number
Diff line number
Diff line change
@@ -493,7 +493,7 @@ Xcode (in particular if you are using Xcode 2.5 on Tiger):
493
493
4.2. Install Qt4 from .dmg
494
494
==========================
495
495
496
-
You need a minimum of Qt-4.3.0. I suggest getting the latest.
496
+
You need a minimum of Qt-4.4.0. I suggest getting the latest.
497
497
498
498
Snow Leopard note: If you are building on Snow Leopard, you will need to
499
499
decide between 32-bit support in the older, Qt Carbon branch, or 64-bit
@@ -510,7 +510,7 @@ addition to the non-debug frameworks.
510
510
Once downloaded open the dmg and run the installer. Note you need admin
511
511
privileges to install.
512
512
513
-
Qt 4.4+ note: Starting in Qt 4.4 (?) libQtCLucene was added, and in 4.5
513
+
Qt note: Starting in Qt 4.4, libQtCLucene was added, and in 4.5
514
514
libQtUiTools was added, both in /usr/lib. When using a system SDK (which will
515
515
happen in the Xcode build), these libraries will not be found. To fix this problem,
516
516
add symlinks to /usr/local:
@@ -676,7 +676,7 @@ and (this installs by default into the Python framework, and is appropriate only
676
676
yes
677
677
678
678
679
-
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:
679
+
There is a problem with the configuration that needs to be fixed now (it affects PyQwt compilation later). Edit pyqtconfig.py and change the qt_dir line to:
680
680
681
681
682
682
'qt_dir': '/usr',
@@ -732,10 +732,10 @@ You can take care of both with the PyQwt source from:
732
732
http://pyqwt.sourceforge.net/
733
733
734
734
735
-
Double-click the tarball to unpack it.
735
+
Double-click the tarball to unpack it. The following assumes PyQwt v5.2.0 (comes with Qwt 5.2.1).
736
736
737
737
Now, first edit qwtconfig.pri in the qwt-5.2 subdir and change some settings so
738
-
you don't get a bloated debug static library (too bad they are configurable from
738
+
you don't get a bloated debug static library (too bad they are not configurable from
739
739
qmake). Scroll down to the 'release/debug mode' block. Edit the last 'CONFIG +='
740
740
line, within an 'else' block, and change 'debug' to 'release'. Also uncomment
Copy file name to clipboardExpand all lines: doc/INSTALL.t2t
+5-5
Original file line number
Diff line number
Diff line change
@@ -388,7 +388,7 @@ sudo ln -s /usr/local/ local
388
388
389
389
== Install Qt4 from .dmg ==
390
390
391
-
You need a minimum of Qt-4.3.0. I suggest getting the latest.
391
+
You need a minimum of Qt-4.4.0. I suggest getting the latest.
392
392
393
393
__Snow Leopard note:__ If you are building on Snow Leopard, you will need to
394
394
decide between 32-bit support in the older, Qt Carbon branch, or 64-bit
@@ -405,7 +405,7 @@ addition to the non-debug frameworks.
405
405
Once downloaded open the dmg and run the installer. Note you need admin
406
406
privileges to install.
407
407
408
-
__Qt 4.4+ note:__ Starting in Qt 4.4 (?) libQtCLucene was added, and in 4.5
408
+
__Qt note:__ Starting in Qt 4.4, libQtCLucene was added, and in 4.5
409
409
libQtUiTools was added, both in /usr/lib. When using a system SDK (which will
410
410
happen in the Xcode build), these libraries will not be found. To fix this problem,
411
411
add symlinks to /usr/local:
@@ -563,7 +563,7 @@ python configure.py
563
563
yes
564
564
```
565
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:
566
+
There is a problem with the configuration that needs to be fixed now (it affects PyQwt compilation later). Edit pyqtconfig.py and change the qt_dir line to:
567
567
568
568
```
569
569
'qt_dir': '/usr',
@@ -618,10 +618,10 @@ You can take care of both with the PyQwt source from:
618
618
http://pyqwt.sourceforge.net/
619
619
```
620
620
621
-
Double-click the tarball to unpack it.
621
+
Double-click the tarball to unpack it. The following assumes PyQwt v5.2.0 (comes with Qwt 5.2.1).
622
622
623
623
Now, first edit qwtconfig.pri in the qwt-5.2 subdir and change some settings so
624
-
you don't get a bloated debug static library (too bad they are configurable from
624
+
you don't get a bloated debug static library (too bad they are not configurable from
625
625
qmake). Scroll down to the 'release/debug mode' block. Edit the last 'CONFIG +='
626
626
line, within an 'else' block, and change 'debug' to 'release'. Also uncomment
0 commit comments