summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Schuette <marcel.schuette@pelagicore.com>2013-08-26 15:20:51 +0200
committerMarcel Schuette <marcel.schuette@pelagicore.com>2013-08-26 15:20:51 +0200
commitd5a031d9ed9e9d358ff7800d45babbaef4440d28 (patch)
tree6f25d7b19fc5e2eda15f52a86f99807d58dc2d11
parentcabf64e0207a828a51e5080463d0bd445e9b3859 (diff)
downloadbrowser-poc-d5a031d9ed9e9d358ff7800d45babbaef4440d28.tar.gz
added build instructions
-rw-r--r--README29
1 files changed, 29 insertions, 0 deletions
diff --git a/README b/README
index e69de29..382907e 100644
--- a/README
+++ b/README
@@ -0,0 +1,29 @@
+Build instructions
+==================
+
+System requirements
+-------------------
+
+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.
+
+For 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).
+
+
+Build
+-----
+
+To build all applications at once, run
+
+ <path_to_qt_installation>/bin/make -r browser-poc.pro
+ make
+
+To build the separate applications on its own, run
+
+ cd <browser|demoui|testapp>
+ <path_to_qt_installation>/bin/qmake <browser|demoui|testapp>.project
+ make