summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README16
-rw-r--r--src/script/hmi.mk3
-rw-r--r--test/script/README4
3 files changed, 16 insertions, 7 deletions
diff --git a/README b/README
index 6c0e397..a49b014 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Release date of the file: 11-04-2014
+Release date of the file: 25-07-2014
Status: to be completed
Project:
@@ -25,7 +25,6 @@ See headers and LICENSE file
Test target:
Ubuntu 14.04 LTS
-Dependencies:
After a fresh install of ubuntu, do the following:
apt-get install git build-essential
@@ -37,14 +36,23 @@ To get the code:
git clone http://git.projects.genivi.org/lbs/navigation-application.git $WORKING-DIR
+Important notice: HMI is running under Qt5
+To check your version:
+qtchooser --print-env
+To select Qt5:
+export QT_SELECT=5
+
+Dependencies: (make all2 check/install the needed packages)
+(to be completed)
+cmake xsltproc libdbus-c++-dev libdbus-1-dev libdbus-c++-bin libsqlite3-dev libglibmm-2.4-dev sqlite3 xsltproc libboost-dev libjson0-dev libtool uuid-dev
Build:
cd $WORKING-DIR/src/script
make all2
-(For the first time, will install all prereqisites required to build the code)
-or, if you have already installed the prereqisites:
+(For the first time, will install all prerequisites required to build the code)
+or, if you have already installed the prerequisites:
make all
diff --git a/src/script/hmi.mk b/src/script/hmi.mk
index 55a77a9..bc98444 100644
--- a/src/script/hmi.mk
+++ b/src/script/hmi.mk
@@ -22,11 +22,12 @@
#
# 16/06/2014, Philippe Colliot, Migration to Qt5.2
# 16/07/2014, Philippe Colliot, hmi into an application launcher
+# 25/07/2014, Philippe Colliot, update dependencies list
#
# @licence end@
HMI_SRC=$(SRC_DIR)/hmi/qml/hmi-launcher
HMI_BIN=$(BIN_DIR)/hmi/qml
-HMI_DEPS=qtquick1-5-dev libqt5declarative5
+HMI_DEPS=qtdeclarative5-quicklayouts-plugin qtdeclarative5-dialogs-plugin qtdeclarative5-controls-plugin qtdeclarative5-qtquick2-plugin qtdeclarative5-window-plugin libqt5declarative5
DEPS += $(HMI_DEPS)
hmi: $(HMI_BIN)/Makefile $(HMI_BIN)/constants.js
diff --git a/test/script/README b/test/script/README
index 3e49173..3f25deb 100644
--- a/test/script/README
+++ b/test/script/README
@@ -1,10 +1,10 @@
-Release date of the file: 1-06-2014
+Release date of the file: 18-07-2014
Status: to be completed
This test bench is based on Python pygame and use python enum class.
If necessary please do:
sudo apt-get install python-pip python-pygame
-pip install enum
+sudo pip install enum
To test: