aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorNedim Hadzic <nedim.hadzic@pelagicore.com>2016-01-21 14:24:11 +0100
committerDominik Holland <dominik.holland@pelagicore.com>2016-02-18 15:56:45 +0000
commit92bb87e3dde3016bbc08e04757be3227753a6454 (patch)
tree02d9c5fb0c2749f2e1143435b2cb93f3895aa1b1 /README.md
parentb3f10d156349727310ec30b27d01e639cce4f570 (diff)
Demo updates
Since the Neptune was used in recent demos for CES 2016, some offline changes were made and now they are pushed upstream. Changes: - new layout for Music application - unit conversion, metric to imp US - other UI improvements. Change-Id: I202eb88c382e840990b988d03e22d3b9f0d67fc1 Reviewed-by: Juergen Bocklage-Ryannel <juergen.bocklage-ryannel@pelagicore.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 13 insertions, 9 deletions
diff --git a/README.md b/README.md
index 2571a52..ce350e7 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Prerequisite
-Qt >= 5.2 (development done with Qt 5.5)
+Qt >= 5.5
Unix system
# Folder Structure
@@ -17,23 +17,27 @@ Unix system
# Build
-build datasource qml plugin
+* Build datasource qml plugin
+
+ $ cd plugins/datasource
+
+ $ qmake && make && make install
* Run scripts within the plugins/scripts folder to scan the media on the system
- $ cd plugins/datasource
- $ qmake && make && make install
+# Run entire UI
-# Run
+ $ qmlscene -I modules/ -I am-dummyimports/ DimAndCsd.qml
- $ qmlscene -I modules -I am-dummyimports MainXXXX.qml
+or with the Application Manager
-or
+ $ appman --recreate-database -c $AM_CONFIG_FILE -c am-config.yaml
- $ appman --recreate-database -c $AM_CONFIG_FILE -c am-config.yaml --verbose
+where `AM_CONFIG_FILE` is the path to the Application Manager `config.yaml` file (inside the template-opt folder within the Application Manager delivery). The default `config.yaml` points to the `/opt/am` folder. If that folder does not exists, make sure to update the config.yaml settings to the corresponding paths.
-where AM_CONFIG_FILE is path to the config.yaml file provided by the Application Manager
+# Media
+To get the media used within the Music and Movie app, download the zipped file and place the media.db and media folder inside the home folder. The download link: https://seafile.pelagicore.net/f/3713457142/
# Common Terms Used In The Project