summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorchristian mueller <christian.ei.mueller@bmw.de>2012-02-23 17:25:23 +0100
committerchristian mueller <christian.ei.mueller@bmw.de>2012-02-23 17:25:23 +0100
commitbec7e4f38620d7855c0e5c0d4cea933dcf2827f3 (patch)
tree3b7b196f88f5b7cba4c885bcc39623b35e53e55f /README
parent26b122e62777dddff469fa53058ab26fe212d4cf (diff)
downloadaudiomanager-bec7e4f38620d7855c0e5c0d4cea933dcf2827f3.tar.gz
* [ GAM-4 ] Change Database Obsever notification implementation working, test are not ready yet. This implies that the Sockethandler is mandatory so I removed the cmake options.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 4458fa8..486f2a3 100644
--- a/README
+++ b/README
@@ -55,7 +55,7 @@ the commandline for cmake or (when installed via ccmake)
You will need some packages in order to comile the GENIVI AudioManager Daemon, these are:
-dbus (only when DBUS_WRAPPER==ON) [tested on version 1.2.16]
-sqlite3 [tested on version 3.6.22]
- -automotive-dlt [tested on version 2.2.0]
+ -automotive-dlt [greater 2.5.0]
-doxygen (only when WITH_DOCUMENTATION==ON) [tested on version 1.6.3]
to install them in a build environment like Ubuntu you can use:
@@ -76,7 +76,7 @@ The build was tested on a freshly setup LinuxMint 12 (don't like Unity) with the
sudo apt-get upgrade
sudo apt-get install libdbus-1-dev libsqlite3-dev doxygen libgtest-dev google-mock git cmake build-essential python2.6-dev
- git clone https://<kavi-account>:<kavi-password>@git.genivi.org/srv/git/DLT-daemon
+ git clone https://<kavi-account>:<kavi-password>@git.genivi.org/srv/git/AudioManager
In order to build the project (out of source build), please follow these instructions on the commandline: