From d04fec9f8309cb21662b02be002180aefc412f5d Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Wed, 1 Mar 2017 15:01:16 +0100 Subject: Update README.md Updated prerequisite Explained how to use the new INSTALL_PREFIX Change-Id: Id77bec5ec84b7a6365df2dc685bb6cf58ad6130a Reviewed-by: Robert Griebl --- README.md | 13 ++++++------- 1 file 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 -- cgit v1.2.1