summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJens Lorenz <jlorenz@de.adit-jv.com>2015-09-15 14:32:18 +0200
committerChristian Linke <christian.linke@bmw.de>2015-10-06 19:28:39 +0100
commit276ec7d3e207f089cf9cd1dd375bf8508fc4cde3 (patch)
tree85168407994ee90d2aecbfd2c5f2ed6c379fea89 /README
parentaf5b8d11ef93907ea9593fd61b56340f0a410ea2 (diff)
downloadaudiomanager-276ec7d3e207f089cf9cd1dd375bf8508fc4cde3.tar.gz
Utilities now build as a static or as a shared library on demand.
Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
Diffstat (limited to 'README')
-rwxr-xr-xREADME3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 07ab941..2611ac4 100755
--- a/README
+++ b/README
@@ -95,7 +95,7 @@ These are the compile options with default values:
WITH_DATABASE_STORAGE OFF
WITH_DLT ON
WITH_DOCUMENTATION OFF
- WITH_ENABLED_IPC CAPI
+ WITH_SHARED_UTILITIES OFF
WITH_SYSTEMD_WATCHDOG OFF
WITH_TELNET ON
WITH_TESTS ON
@@ -130,6 +130,7 @@ sudo apt-get install libdbus-1-dev libsqlite3-dev doxygen git cmake build-essent
=== AudioManagerUtilities
In the AudioManagerUtilites you can find helper functions that can be reused by other projects as well.
+The library can be shipped as a static or a dynamic link library (WITH_SHARED_UTILITIES).
=== The NodeStateManager