summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2014-06-30 15:03:32 +0200
committerKai Koehne <kai.koehne@digia.com>2014-07-01 11:32:49 +0200
commiteb719977c3547ce8e2d53820272f18e2fd063258 (patch)
treead3f06bc26d7e4916591c15540b8c91b55a0c210 /INSTALL
parent8351ffe23c7fd630f9a15baaea1353971e809d21 (diff)
Linux: Add -qt-xcb to recommended configure flags
Also drop trailing './' in command line, and adapt to new Mac naming conventions: The OS is just "OS X", not "Mac OS X" anymore. Change-Id: I95c18080261e54ed8abe1b9307340e834934fb61 Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL13
1 files changed, 10 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 311d8275b..cebdf7ae5 100644
--- a/INSTALL
+++ b/INSTALL
@@ -57,11 +57,18 @@ Recommended configure options for Microsoft Windows:
configure -prefix %CD%\qtbase -release -static -target xp -no-opengl -no-icu -nomake examples -nomake tests -skip qtactiveqt -skip qtlocation -skip qtscript -skip qtsensors
-### Linux & Mac OS X
+### Linux
-Recommended configure options for Linux and Mac OS X:
+Recommended configure options for Linux:
+
+configure -prefix $PWD/qtbase -release -static -accessibility -qt-zlib -qt-libpng -qt-libjpeg -qt-xcb -no-opengl -nomake examples -nomake tests -developer-build -skip qtquick1 -skip qtscript -skip qtlocation
+
+### OS X
+
+Recommended configure options for OS X:
+
+configure -prefix $PWD/qtbase -release -static -accessibility -qt-zlib -qt-libpng -qt-libjpeg -no-opengl -nomake examples -nomake tests -developer-build -skip qtquick1 -skip qtscript -skip qtlocation
-./configure -prefix $PWD/qtbase -release -static -accessibility -qt-zlib -qt-libpng -qt-libjpeg -no-opengl -nomake examples -nomake tests -developer-build -skip qtquick1 -skip qtscript -skip qtlocation
Build the Framework
---------------------