Difference between revisions of "PyQt4"
From CBLFS
Jump to navigationJump to search (→Contents) |
|||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | http://www.riverbankcomputing.com/static/Downloads/PyQt4 | + | | http://www.riverbankcomputing.com/static/Downloads/PyQt4/PyQt-x11-gpl-{{PyQt4-Version}}.tar.gz |
|} | |} | ||
Revision as of 05:29, 16 April 2009
Download Source: | http://www.riverbankcomputing.com/static/Downloads/PyQt4/PyQt-x11-gpl-4.4.4.tar.gz |
---|
Contents
Introduction to PyQt4
Project Homepage: Unknown
Dependencies
Required
Non-Multilib
Compile the package:
QMAKESPEC=linux-g++ python configure.py && make
Install the package
make install
Multilib
32Bit
Compile the package:
USE_ARCH=32 QMAKESPEC=linux-g++-32 \ python configure.py && make CC="gcc ${BUILD32}" CXX="g++ \ ${BUILD32}" LINK='$(CXX)'
Install the package:
make install && mv -v /usr/bin/pyuic4{,-32}
N32
TO DO!
64Bit
Compile the package:
USE_ARCH=64 QMAKESPEC=linux-g++-64 \ python configure.py && make CC="gcc ${BUILD64}" CXX="g++ \ ${BUILD64}" LINK='$(CXX)'
Install the package:
make install && mv /usr/bin/pyuic4{,-64} && ln -sfv multiarch_wrapper /usr/bin/pyuic4
Contents
Installed Directories: | None |
---|---|
Installed Programs: | pylupdate4, pyrcc4, pyuic4 |
Installed Libraries: | QtCore.so, QtGui.so, QtHelp.so, QtNetwork.so, QtOpenGL.so, QtScript.so, QtSql.so, QtSvg.so, QtTest, QtXml.so, QtAssistant.so, QtDesigner.so, Qt.so, qt.so |