[PyQt] Re: build pyqt on mac osx 10.5.6
Massimo Di Stefano
massimodisasha at yahoo.it
Mon Dec 7 05:54:48 GMT 2009
i download qt source code from :
http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.6.0.tar.gz
uninstall the binary qt using its uninstall script :
sudo /Developer/Tools/uninstall-qtsdk.py
./configure -opensource -cocoa
then i build sip-4.9.3 :
python2.6 configure.py -d /Library/Python/2.6/site-packages -b /usr/local/bin \
-e /usr/local/include -v /usr/local/share/sip --arch=x86_64
and PyQt-mac-gpl-4.6.2 :
python2.6 configure.py -d /Library/Python/2.6/site-packages -b /usr/local/bin --use-arch x86_64 -q /usr/local/Trolltech/Qt-4.6.0/bin/qmake
beware, the Qt build is really long!
about 5hours to install it on a macbook pro 2.2 2gb ram 2.33 ghz
Il giorno 07/dic/2009, alle ore 00.32, Mitchell L Model ha scritto:
> You built Qt from source? Where did you get the source? I can only find binary installers for OS X at qt.nokia.com/downloads. Do you need a commercial license to get source? Thanks.
More information about the PyQt
mailing list