summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Schuette <marcel.schuette@pelagicore.com>2013-10-24 13:20:38 +0200
committerMarcel Schuette <marcel.schuette@pelagicore.com>2013-10-24 13:20:38 +0200
commitc376089a4ea843d6a70bb7848d3816a6b133c3b3 (patch)
treeeb38fc424f3119878020e94cf9c1608d5e80411c
parent14cf554e0d12ca37b9cdecaadb1859dc8894cfe4 (diff)
downloadbrowser-poc-c376089a4ea843d6a70bb7848d3816a6b133c3b3.tar.gz
updated build instructionsv0.2
-rw-r--r--BUILDINSTRUCTIONS7
1 files changed, 5 insertions, 2 deletions
diff --git a/BUILDINSTRUCTIONS b/BUILDINSTRUCTIONS
index 4e489a2..9db5c62 100644
--- a/BUILDINSTRUCTIONS
+++ b/BUILDINSTRUCTIONS
@@ -4,13 +4,16 @@ Build instructions
System requirements
-------------------
+Development platform is Linux.
+
To build all applications, it's required to use Qt 5.1 (or later).
See http://qt-project.org/downloads#qt-lib for download.
For the browser application and the demoUI application Qt 5.0 would be sufficient.
-The testapp application requires Qt 5.1, because the use of Qt Quick Controls.
+The testapp application requires Qt 5.1, because of the use of Qt Quick Controls
+(http://qt-project.org/doc/qt-5.1/qtquickcontrols/qtquickcontrols-index.html).
-For building Qt from source, all Qt Essential modules and the Qt Declarative module are necessary
+If building Qt from source, all Qt Essential modules and the Qt Declarative module are necessary
(see http://qt-project.org/doc/qt-5.1/qtdoc/qtmodules.html).