summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2017-03-01 15:01:16 +0100
committerRobert Griebl <robert.griebl@pelagicore.com>2017-03-01 14:18:17 +0000
commitd04fec9f8309cb21662b02be002180aefc412f5d (patch)
tree0f0df57d1114b78cc11d9635253b60d9910b2e2d
parent7d865406d6ccc538f9fd658a0d2b557e115d6919 (diff)
downloadneptune-ui-d04fec9f8309cb21662b02be002180aefc412f5d.tar.gz
Update README.md
Updated prerequisite Explained how to use the new INSTALL_PREFIX Change-Id: Id77bec5ec84b7a6365df2dc685bb6cf58ad6130a Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
-rw-r--r--README.md13
1 files changed, 6 insertions, 7 deletions
diff --git a/README.md b/README.md
index 3af12df..239e509 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Prerequisite
-Qt >= 5.5
+Qt >= 5.6
QtIvi
Unix system
Application Manager
@@ -24,17 +24,16 @@ qmlscene/qmllive - have been moved to the application-manager repository.
# Build
-* Build and install screenmanager qml plugin
-
- $ cd plugins/screenmanager
+* Build and install neptune-ui
$ qmake && make && make install
-* Build and install datasource qml plugin
+This will build all neptune-ui plugins and installs the complete neptune-ui to /opt/neptune
+To define the install location of neptune you can use the INSTALL_PREFIX config variable:
- $ cd plugins/datasource
+ $ qmake INSTALL_PREFIX=$$PWD/install && make && make install
- $ qmake && make && make install
+This will install all qml files and plugins into the neptune subfolder of $$PWD/install
* Run scripts within the plugins/scripts folder to scan the media on the system