summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorchristian linke <christian.linke@bmw.de>2012-12-17 16:15:11 +0100
committerchristian linke <christian.linke@bmw.de>2012-12-17 16:15:11 +0100
commit54c5e965fe8f9a53a78834028fd65c792493da2b (patch)
tree560d7b1209e6a8d4798de9568e4b4a947c2ab42a /README
parent215e8a72dc81e8a86dd5b3a8ca40fd2c7c6a0b9c (diff)
downloadaudiomanager-54c5e965fe8f9a53a78834028fd65c792493da2b.tar.gz
* added new interfaces & nsm support + nsm tests + fixed some unit tests + fixed rundown
Signed-off-by: christian linke <christian.linke@bmw.de>
Diffstat (limited to 'README')
-rwxr-xr-xREADME10
1 files changed, 8 insertions, 2 deletions
diff --git a/README b/README
index ec69609..4ae427c 100755
--- a/README
+++ b/README
@@ -64,8 +64,7 @@ These are the compile options with default values:
USE_BUILD_LIBS ON
WITH_DBUS_WRAPPER ON
WITH_DLT ON
- WITH_DOCUMENTATION OFF
- WITH_MAIN ON
+ WITH_DOCUMENTATION OFF
WITH_PLUGIN_COMMAND ON
WITH_PLUGIN_CONTROL ON
WITH_PLUGIN_ROUTING ON
@@ -105,12 +104,19 @@ You will need to fullfill some dependencies in order to comile the GENIVI AudioM
* sqlite3 [tested on version 3.6.22]
* automotive-dlt [greater 2.5.0]
* doxygen (only when WITH_DOCUMENTATION==ON) [tested on version 1.6.3]
+* nodestatemanager headers [tested with version 0.1.0]
To install them in a build environment like Ubuntu you can use:
----
sudo apt-get install libdbus-1-dev libsqlite3-dev doxygen git cmake build-essential
----
+The nodestatemanager can be retrieved from projects.genivi.org . You can install the headers on you system by
+
+----
+sudo make install-includeHEADERS
+----
+
For building the tests, you will need the following packages:
* python [tested on version 2.6, should work on higher versions as well]