summaryrefslogtreecommitdiff
path: root/test/poi-service/README
diff options
context:
space:
mode:
Diffstat (limited to 'test/poi-service/README')
-rw-r--r--test/poi-service/README5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/poi-service/README b/test/poi-service/README
index 026bb3c..4342517 100644
--- a/test/poi-service/README
+++ b/test/poi-service/README
@@ -119,9 +119,10 @@ First you need to build the poi-manager-server, see the README in ../../src/poi-
cd build
-NB: For the 64 bits version, replace 'x86' with 'x86_64' in the command below:
+You need to pass as parameter to the cmake the link to your patched dbus library (required by CommonAPI)
-cmake -DWITH_FRANCA_DBUS_INTERFACE=ON -DCOMMONAPI_DBUS_TOOL_GENERATOR=<common-api-dbus-tools folder>/org.genivi.commonapi.dbus.cli.product/target/products/org.genivi.commonapi.dbus.cli.product/linux/gtk/x86/commonapi-dbus-generator-linux-x86 -DCOMMONAPI_TOOL_GENERATOR=<common-api-tools folder>/org.genivi.commonapi.core.cli.product/target/products/org.genivi.commonapi.core.cli.product/linux/gtk/x86/commonapi-generator-linux-x86 -DWITH_DEBUG=ON . ../
+cd build
+cmake -DWITH_FRANCA_DBUS_INTERFACE=ON -DDBUS_LIB_PATH=yourPath -DCOMMONAPI_DBUS_TOOL_DIR=<common-api-dbus-tools folder> -DCOMMONAPI_TOOL_DIR=<common-api-tools folder> -DWITH_DEBUG=ON ../
make