summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorIngo Huerner <ingo.huerner@xse.de>2013-01-11 14:42:42 +0100
committerIngo Huerner <ingo.huerner@xse.de>2013-01-11 14:42:42 +0100
commit76df1b0de95719efa600559584bd701fc61258f3 (patch)
treef5f51952b306e42edc0aa9bdca7f76dd186a0261 /README
parent7b4f3e26c10b4efa12891c1ba6930823e797994d (diff)
downloadpersistence-client-library-76df1b0de95719efa600559584bd701fc61258f3.tar.gz
Added information how to build to README file
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
index e69de29..0b9dc6c 100644
--- a/README
+++ b/README
@@ -0,0 +1,16 @@
+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
+* dbus-1: install via Synaptic Package Manger or use apt-get
+* autotools: install via Synaptic Package Manger or use apt-get
+* GNU c compiler: install via Synaptic Package Manger or use apt-get
+
+How to compile
+For the Persistence Client Library autotools will be used to generate makefiles.
+To build the client library perform the following steps:
+* "autoreconf -vi"
+* "./configure"
+* "make"