summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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]