From 8f43ba9159a4f9f5efbf9c2515f314cc58737d48 Mon Sep 17 00:00:00 2001 From: christian linke Date: Mon, 7 Jan 2013 13:32:52 +0100 Subject: * take away mandatory NSM dependency and ship NSM headers as fallback Signed-off-by: christian linke --- README.html | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'README.html') diff --git a/README.html b/README.html index c1be5ea..e37c8c9 100644 --- a/README.html +++ b/README.html @@ -830,6 +830,8 @@ gtest_force_shared_crt OFF
-DDBUS_SERVICE_OBJECT_PATH="XXX"

sets the object path for Dbus, default "/org/genivi/audiomanager\0"

-DDEFAULT_TELNETPORT="XXX"

sets the default telnetport, default 6060. Can be overwriten by command line parameter

-DMAX_TELNETCONNECTIONS="XXX"

sets the default maximum number of telnetconnections, default is 3

+
-DNSM_PATH="XXX"

sets the path of the NSM DBUS interface

+
-DNSM_INTERFACE="XXX"

sets the interface to the NSM DBUS interface

In order to change these options, you can modify this values with ccmake, do the appropriate changes in CmakeList.txt or via the commandline for cmake or (when installed via ccmake)

@@ -857,18 +859,18 @@ 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

    + +
    +

    The NodeStateManager

    +

    The nodestatemanager headers are needed to compile the audiomanager. If the nodestatemanagerincludes are not found, +the headers shipped with the audiomanager are used. +The nodestatemanager can be retrieved from projects.genivi.org . You can install the headers on you system by

    sudo make install-includeHEADERS
    @@ -1200,7 +1202,7 @@ handle later on.


    -- cgit v1.2.1