From efd0872cbb07b975e19717b35ab1e4ea7ab1b6ec Mon Sep 17 00:00:00 2001 From: Christian Linke Date: Wed, 26 Jun 2013 17:31:10 +0200 Subject: * update documentation and readme Signed-off-by: Christian Linke --- AudioManagerDaemon/docx/images/dependencies.png | Bin 33324 -> 34175 bytes .../docx/images/dependencies_test.png | Bin 53955 -> 55504 bytes README | 56 ++++++++++++--------- README.html | 24 ++++++--- 4 files changed, 48 insertions(+), 32 deletions(-) mode change 100755 => 100644 AudioManagerDaemon/docx/images/dependencies_test.png diff --git a/AudioManagerDaemon/docx/images/dependencies.png b/AudioManagerDaemon/docx/images/dependencies.png index d2dcddd..f5c925d 100755 Binary files a/AudioManagerDaemon/docx/images/dependencies.png and b/AudioManagerDaemon/docx/images/dependencies.png differ diff --git a/AudioManagerDaemon/docx/images/dependencies_test.png b/AudioManagerDaemon/docx/images/dependencies_test.png old mode 100755 new mode 100644 index eca6a9e..05a30ad Binary files a/AudioManagerDaemon/docx/images/dependencies_test.png and b/AudioManagerDaemon/docx/images/dependencies_test.png differ diff --git a/README b/README index 32cab89..d20ab37 100755 --- a/README +++ b/README @@ -57,27 +57,32 @@ make === Compile Options These are the compile options with default values: - BUILD_SHARED_LIBS OFF - CMAKE_BUILD_TYPE - CMAKE_INSTALL_PREFIX /usr/local - GLIB_DBUS_TYPES_TOLERANT ON - USE_BUILD_LIBS ON - WITH_DBUS_WRAPPER ON - WITH_DLT ON - WITH_DOCUMENTATION OFF - WITH_PLUGIN_COMMAND ON - WITH_PLUGIN_CONTROL ON - WITH_PLUGIN_ROUTING ON - WITH_SYSTEMD_WATCHDOG OFF - WITH_TELNET ON - WITH_TESTS ON - WITH_NSM ON - gmock_build_tests OFF - gtest_build_samples OFF - gtest_build_tests OFF - gtest_disable_pthreads OFF - gtest_force_shared_crt OFF - + BUILD_SHARED_LIBS OFF + CMAKE_BUILD_TYPE + CMAKE_INSTALL_PREFIX /usr/local + GLIB_DBUS_TYPES_TOLERANT ON + USE_BUILD_LIBS ON + WITH_COMMAND_INTERFACE_DBUS ON + WITH_DATABASE_STORAGE ON + WITH_DBUS_WRAPPER ON + WITH_DLT OFF + WITH_DOCUMENTATION ON + WITH_NSM OFF + WITH_PLUGIN_COMMAND ON + WITH_PLUGIN_CONTROL ON + WITH_PLUGIN_ROUTING ON + WITH_ROUTING_INTERFACE_ASYNC OFF + WITH_ROUTING_INTERFACE_DBUS ON + WITH_SYSTEMD_WATCHDOG OFF + WITH_TELNET OFF + WITH_TESTS OFF + WITH_TEST_CONTROLLER OFF + gmock_build_tests OFF + gtest_build_samples OFF + gtest_build_tests OFF + gtest_disable_pthreads OFF + gtest_force_shared_crt OFF + === Passing options to cmake: .-DVERSION="XXX" @@ -105,11 +110,14 @@ In order to change these options, you can modify this values with ccmake, do the CmakeList.txt or via the commandline for cmake or (when installed via ccmake) === Build dependencies -You will need to fullfill some dependencies in order to comile the GENIVI AudioManager Daemon, these are: +Basically, all build dependencies are optional- but you might need to use some if you want to have support for Dbus, +for example... + +You will need optionally fullfill some dependencies 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 [greater 2.5.0] +* sqlite3 [tested on version 3.6.22] (only when WITH_DATABASE_STORAGE==ON) +* automotive-dlt [greater 2.5.0] (only when WITH_DLT==ON) * doxygen (only when WITH_DOCUMENTATION==ON) [tested on version 1.6.3] To install them in a build environment like Ubuntu you can use: diff --git a/README.html b/README.html index e37c8c9..97e8328 100644 --- a/README.html +++ b/README.html @@ -807,15 +807,21 @@ CMAKE_BUILD_TYPE CMAKE_INSTALL_PREFIX /usr/local GLIB_DBUS_TYPES_TOLERANT ON USE_BUILD_LIBS ON +WITH_COMMAND_INTERFACE_DBUS ON +WITH_DATABASE_STORAGE ON WITH_DBUS_WRAPPER ON -WITH_DLT ON -WITH_DOCUMENTATION OFF +WITH_DLT OFF +WITH_DOCUMENTATION ON +WITH_NSM OFF WITH_PLUGIN_COMMAND ON WITH_PLUGIN_CONTROL ON WITH_PLUGIN_ROUTING ON +WITH_ROUTING_INTERFACE_ASYNC OFF +WITH_ROUTING_INTERFACE_DBUS ON WITH_SYSTEMD_WATCHDOG OFF -WITH_TELNET ON -WITH_TESTS ON +WITH_TELNET OFF +WITH_TESTS OFF +WITH_TEST_CONTROLLER OFF gmock_build_tests OFF gtest_build_samples OFF gtest_build_tests OFF @@ -837,7 +843,9 @@ CmakeList.txt or via the commandline for cmake or (when installed via ccmake)

Build dependencies

-

You will need to fullfill some dependencies in order to comile the GENIVI AudioManager Daemon, these are:

+

Basically, all build dependencies are optional- but you might need to use some if you want to have support for Dbus, +for example…

+

You will need optionally fullfill some dependencies in order to comile the GENIVI AudioManager Daemon, these are:

  • @@ -846,12 +854,12 @@ dbus (only when DBUS_WRAPPER==ON) [tested on version 1.2.16]

  • -sqlite3 [tested on version 3.6.22] +sqlite3 [tested on version 3.6.22] (only when WITH_DATABASE_STORAGE==ON)

  • -automotive-dlt [greater 2.5.0] +automotive-dlt [greater 2.5.0] (only when WITH_DLT==ON)

  • @@ -1202,7 +1210,7 @@ handle later on.


-- cgit v1.2.1