summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 5 insertions, 4 deletions
diff --git a/README b/README
index f088185ad4..973534fdd5 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-Qt Creator 2.0.95
-===============
+Qt Creator
+==========
Qt Creator is a crossplatform C++ IDE for development with the Qt framework.
Supported Platforms
@@ -8,7 +8,7 @@ The binary packages support the following platforms:
Windows XP SP2, Windows Vista
(K)Ubuntu Linux 7.04 32bit and 64bit
-Mac OS 10.4 and later
+Mac OS 10.5 and later
Building the sources requires Qt 4.7.0 or later.
@@ -17,7 +17,8 @@ Compiling Qt Creator
Prerequisites:
* Qt 4.7
* On Windows: mingw 4.4 or later, Visual Studio 2008 or later
- * On Mac: XCode 2.5 or later
+ * On Mac: XCode 2.5 or later, compiling on 10.4 requires to set the
+ environment variable QTC_TIGER_COMPAT before running qmake
We recommend that you build Qt Creator not in the source directory, but in a
separate directory. To do that, use the following commands: