Changed file and key-value API according GENIVI naming conventions
[profile/ivi/persistence-client-library.git] / README
1 Environment
2 The Persistence Client Library has been developed using Ubuntu 11.10
3
4 Required packages
5 * automotive-dlt: available via GENIVI projects ==> http://git.projects.genivi.org/?p=dlt-daemon.git;a=summary
6 * Itzam/C: download from here ==> http://www.coyotegulch.com/products/itzam/c/index.html
7 * dbus-1: install via Synaptic Package Manger or use apt-get
8 * autotools: install via Synaptic Package Manger or use apt-get
9 * GNU c compiler: install via Synaptic Package Manger or use apt-get
10
11 How to compile
12 For the Persistence Client Library autotools will be used to generate makefiles.
13 To build the client library perform the following steps:
14 * "autoreconf -vi"
15 * "./configure"
16 * "make"