summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorIngo Huerner <ingo.huerner@xse.de>2015-01-22 11:24:12 +0100
committerIngo Huerner <ingo.huerner@xse.de>2015-01-22 11:24:12 +0100
commitb596d8b27f952ab1bbc049b384c465d2e139e135 (patch)
tree75aaef2b3229939929eaf55b449b7b387ac83d23 /README
parentddccbec6d938dd3b7b8a644d5a191d1f673173a0 (diff)
downloadpersistence-client-library-b596d8b27f952ab1bbc049b384c465d2e139e135.tar.gz
Minor changes after code review; replaced static arrays for handles by a tree
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 2 insertions, 4 deletions
diff --git a/README b/README
index 80998d2..673b43c 100644
--- a/README
+++ b/README
@@ -28,6 +28,7 @@ The client library has the following dependencies
** automotive-dlt (http://projects.genivi.org/diagnostic-log-trace/)
** Persistence Common Object (http://git.projects.genivi.org/?p=persistence/persistence-common-object.git;a=summary)
Add "-- with_database=key-value-store" to the configure step
+ The default backend if Itzam/C and will not supported anymore.
** dbus-1
** check unit test framework for C used when configured with "--enable-tests"
Ubuntu: use Synaptic package manager
@@ -37,7 +38,7 @@ The client library has the following dependencies
----------------------------
-Dependencies
+Build the component
----------------------------
The Persistence Client Lib component uses automake
to build the library.
@@ -46,10 +47,7 @@ Execute the following steps in order to build the component
* configure, with the following options
** --enable-tests to enable the build of the tests
** --enable-pasinterface enable the PAS interface (disabled by default)
-** -- with_database decide which storage backend to use
** --enable-appcheck, performs an application check if the using application is a valid/trusted one.
-*** Itzam/C is currently default backend
-*** It is recommended to use the key-value-store backend ("-- with_database=key-value-store")
* make