Skip to content
Snippets Groups Projects
Commit 826a90ba authored by hjk's avatar hjk
Browse files

README: simplify build instructions, mention installation


Change-Id: I592cd3f55074714bf7dccd0529e429edbeedca64
Reviewed-by: default avatarEike Ziller <eike.ziller@digia.com>
parent 5af9e2f4
No related branches found
No related tags found
No related merge requests found
......@@ -24,13 +24,15 @@ Prerequisites:
* On Mac: XCode 2.5 or later, compiling on 10.4 requires setting 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:
You can build Qt Creator with
mkdir $BUILD_DIRECTORY
cd $BUILD_DIRECTORY
qmake $SOURCE_DIRECTORY/qtcreator.pro
make (or mingw32-make or nmake or jom, depending on your platform)
cd $SOURCE_DIRECTORY
qmake -r
make (or mingw32-make or nmake or jom, depending on your platform)
Installation ("make install") is not needed. It is however possible, using
make install INSTALL_ROOT=$INSTALL_DIRECTORY
Compiling Qt Quick Designer
---------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment