summaryrefslogtreecommitdiffstats
path: root/README.AIX
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-29 01:11:08 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-29 01:11:08 -0600
commit8a055d66f43592c257cece2eb8cc021808062917 (patch)
treed0922f201bd5d24b62a33160d1d9baf9e89f9a70 /README.AIX
parentb388516ca2691303a076a0764fd40bf7116fe43d (diff)
downloadpytqt-8a055d66f43592c257cece2eb8cc021808062917.tar.gz
pytqt-8a055d66f43592c257cece2eb8cc021808062917.zip
Initial TQt conversion
Diffstat (limited to 'README.AIX')
-rw-r--r--README.AIX14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.AIX b/README.AIX
index d7db29b..693ca2b 100644
--- a/README.AIX
+++ b/README.AIX
@@ -1,16 +1,16 @@
-This file describes some things to be aware of when building SIP (and PyQt)
+This file describes some things to be aware of when building SIP (and PyTQt)
under AIX.
-I had success building SIP V3/V4 (and PyQt) on AIX 4.3.3 and on AIX 5.1 with
+I had success building SIP V3/V4 (and PyTQt) on AIX 4.3.3 and on AIX 5.1 with
VisualAge C++ and with gcc.
VisualAge C++ was version 6.0 but it should also work with version 5.x.
The GNU compiler was version 3.3.2 downloaded as a binary from
http://aixpdslib.seas.ucla.edu/aixpdslib.html
-The Qt-Version was 3.2.3 but it should also work with previous versions.
+The TQt-Version was 3.2.3 but it should also work with previous versions.
-If you are using Python version 2.3.3 or higher, SIP (and PyQt) should build
+If you are using Python version 2.3.3 or higher, SIP (and PyTQt) should build
out of the box without any changes.
If you are using a Python version before 2.3.3, you have to patch Python,
@@ -57,11 +57,11 @@ diff -uNr Python-2.3.2.orig/configure Python-2.3.2/configure
Darwin/*) DYNLOADFILE="dynload_next.o";;
---8<-------------------------------------------------------------------->8---
-Note: I did not mix the compilers when building Qt, Python, SIP and PyQt. At
-least Qt, SIP and PyQt must be built with the same compiler because of
+Note: I did not mix the compilers when building TQt, Python, SIP and PyTQt. At
+least TQt, SIP and PyTQt must be built with the same compiler because of
different name mangling schemes.
-If you have any problems or questions on building SIP or PyQt on AIX, either
+If you have any problems or questions on building SIP or PyTQt on AIX, either
send an email to ulrich.berning@desys.de or use the PyKDE mailing list.
Ulrich Berning