Difference between revisions of "PyQt4"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) m |
(→64Bit) |
||
Line 53: | Line 53: | ||
python configure.py && | python configure.py && | ||
make CC="gcc ${BUILD64}" CXX="g++ \ | make CC="gcc ${BUILD64}" CXX="g++ \ | ||
− | ${BUILD64}" LINK='$(CXX)' | + | ${BUILD64}" LINK='$(CXX)' \ |
+ | LIBDIR='/usr/lib64' | ||
Install the package: | Install the package: |
Latest revision as of 13:08, 26 September 2014
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)' \ LIBDIR='/usr/lib64'
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 |
Short Descriptions
pylupdate4 | |
---|---|
pyrcc4 | |
pyuic4 |