From 54c5e965fe8f9a53a78834028fd65c792493da2b Mon Sep 17 00:00:00 2001 From: christian linke Date: Mon, 17 Dec 2012 16:15:11 +0100 Subject: * added new interfaces & nsm support + nsm tests + fixed some unit tests + fixed rundown Signed-off-by: christian linke --- README | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'README') 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] -- cgit v1.2.1