aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authordt <qtc-committer@nokia.com>2009-03-13 17:36:31 +0100
committerdt <qtc-committer@nokia.com>2009-03-13 17:36:31 +0100
commite8e6e2420851cc52eb0b9da19ca3d3c44cd5415c (patch)
treed06114cbe3670fdb13edd6b1626ac7e74cdb36fa /README
parent7fef10810ae3ef66a65b372a725e293c37a39c37 (diff)
Fixes: Add instructions for compilation to the README
Details: Requested in irc.
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index a4b805e70a..c4b93b3133 100644
--- a/README
+++ b/README
@@ -21,3 +21,13 @@ we thank the authors who made this possible:
Roberto Raggi <roberto.raggi@gmail.com>
QtCreator/src/shared/cplusplus
+Compiling Qt Creator
+====================
+You need Qt 4.5 to build Qt Creator.
+We recommend that you build Qt Creator not in the source directory, but in a separate directory.
+To do that, use the following commands:
+mkdir $BUILD_DIRECTORY
+cd $BUILD_DIRECTORY
+qmake $SOURCE_DIRECTORY/qtcreator.pro
+make (or mingw32-make or nmake, depending on your platform)
+