summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorasanoaozora <fifitaneki@hotmail.com>2016-09-13 11:00:19 +0200
committerasanoaozora <fifitaneki@hotmail.com>2016-09-13 11:00:19 +0200
commit42d60a4d5b790512ef5333927ac4de0ec72b3eff (patch)
treea09324dfcc50dd19a1f87ab00dd68cad9604fdfa /src
parentb0b9dcd407b493079ba97db14505cf49a688ec3d (diff)
parenta34ede9e05081e60602bd0690aa65bf0913633f1 (diff)
downloadpoi-service-42d60a4d5b790512ef5333927ac4de0ec72b3eff.tar.gz
Merge branch 'master' of github:GENIVI/navigation
Diffstat (limited to 'src')
-rw-r--r--src/navigation/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/navigation/README.md b/src/navigation/README.md
index bda24e3..dec2bb1 100644
--- a/src/navigation/README.md
+++ b/src/navigation/README.md
@@ -70,11 +70,13 @@ positioning/
the code of positioning
## How to for the CommonAPI based version (draft)
-The former version of the POCs is based on GLib DBus. A migration to CommonAPI is under progress.
+The former version of the POCs is based on GLib DBus. Migration to CommonAPI is done.
###Prerequisites
You need CommonAPI 3.1.5 and Franca 0.9.1 installed
For the Ubuntu 64 bits, due to the use of symbol versioning LIBDBUS_1_0 by CommonAPI-DBus, the patched version of DBus has to be >= 1.10.0
+For instance, wget https://dbus.freedesktop.org/releases/dbus/dbus-1.10.0.tar.gz
+NB: It's better to install it in your local folder, in case you test it under Ubuntu
NB: the patch common-api-dbus-runtime/src/dbus-patches/capi-dbus-add-support-for-custom-marshalling.patch failed a little bit, it's needed to update the dbus/dbus-string.h manually
### How to build