Difference between revisions of "PyQt"

From CBLFS
Jump to navigationJump to search
Line 2: Line 2:
 
|-
 
|-
 
!Download Source:
 
!Download Source:
| http://tmrc.mit.edu/mirror/twisted/Twisted/2.4/Twisted-2.4.0.tar.bz2
+
| http://www.riverbankcomputing.com/Downloads/PyQt3/GPL/PyQt-x11-gpl-{{PyQt-Version}}.tar.gz
 
|}
 
|}
  

Revision as of 16:03, 17 December 2006

Download Source: http://www.riverbankcomputing.com/Downloads/PyQt3/GPL/PyQt-x11-gpl-3.17.4.tar.gz

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 -y qt &&
make

Install the package:

make install &&
mv -v /usr/bin/pyuic{,-32}

N32

TO DO!ma

64Bit

Compile the package:

USE_ARCH=64 QMAKESPEC=linux-g++-64 \
python configure.py -y qt &&
make

Install the package:

make install &&
mv /usr/bin/pyuic{,-64} &&
ln -sfv multiarch_wrapper /usr/bin/pyuic