Note:
New: PyQwt-4.2 can be linked against an external
Qwt-4.2.0 library (does
not work with PyQwt and
Qwt-4.2.0rcX release candidates).
Run for instance:
python configure.py -i /usr/lib/qt3/include/qwt -l /usr/lib/qt3/lib
to use the Qwt include files in
/usr/lib/qt3/include/qwt and
the Qwt library in
/usr/lib/qt3/lib.
Warning:
If the make command produces a lot of errors on Linux, check if all
development packages have been installed. Try the
setup.py
script in
2.3, because does a better job of detecting
missing files than
configure.py.