PyQt: Difference between revisions

From CBLFS
Jump to navigationJump to search
Oppiz (talk | contribs)
No edit summary
 
Oppiz (talk | contribs)
No edit summary
Line 29: Line 29:
Compile the package:
Compile the package:


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


Line 35: Line 36:


  make install
  make install
mv /usr/bin/pyuic /usr/bin/pyuic-32


=== N32 ===
=== N32 ===


  TO DO!
  TO DO!ma


=== 64Bit ===
=== 64Bit ===


Compile the package:
Compile the package:
USE_ARCH=64 QMAKESPEC=linux-g++-64 \
python configure.py -y qt
make


Install the package:
Install the package:
make install

Revision as of 16:02, 2 November 2006

Download Source: http://tmrc.mit.edu/mirror/twisted/Twisted/2.4/Twisted-2.4.0.tar.bz2

Dependencies

Required

Non-Multilib

Compile the package:

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 /usr/bin/pyuic /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
Retrieved from "?title=PyQt&oldid=3605"