diff options
author | Ingo Huerner <ingo.huerner@xse.de> | 2013-03-27 14:17:43 +0100 |
---|---|---|
committer | Ingo Huerner <ingo.huerner@xse.de> | 2013-03-27 14:17:43 +0100 |
commit | 9b1db7aadd4e326a24c35a7b2408b8e1d3958026 (patch) | |
tree | eede6ccecbcc07cbe9aad180c450b55ae6fad9e1 /README | |
parent | 1e9bbac24b54622b43c3ed04a639506cdb905252 (diff) | |
download | persistence-client-library-9b1db7aadd4e326a24c35a7b2408b8e1d3958026.tar.gz |
Implemented changed notification for shared data; persistence_client_library_dbus_test.c has beend used for receiving notifications
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,6 +1,7 @@ Environment The Persistence Client Library has been developed using Ubuntu 11.10 + Required packages * automotive-dlt: available via GENIVI projects ==> http://git.projects.genivi.org/?p=dlt-daemon.git;a=summary * Itzam/C: download from here ==> http://www.coyotegulch.com/products/itzam/c/index.html @@ -8,6 +9,7 @@ Required packages * autotools: install via Synaptic Package Manger or use apt-get * GNU c compiler: install via Synaptic Package Manger or use apt-get + Known issues: * Patch Itzam/C configure.ac file: - replace in the Itzam/C configure.ac GENERIC_LIBRARY_NAME=libitzam with GENERIC_LIBRARY_NAME=itzam @@ -20,3 +22,12 @@ To build the client library perform the following steps: * "autoreconf -vi" * "./configure --enable-tests" * "make" + + +How to run: +After building the client library and the test code the test data needs to be copied to the appropriate place. +The test data is located in the test subdirectory test/data/Data.tar.gz and needs be extracted to the root/Data folder. + + + + |