summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt31
1 files changed, 18 insertions, 13 deletions
diff --git a/README.txt b/README.txt
index 22ebfdf..ddbc0ee 100644
--- a/README.txt
+++ b/README.txt
@@ -1,6 +1,6 @@
DLT - Automotive Diagnostic Log and Trace
-Version: 2.7.0 ALPHA
+Version: 2.7.0
This component provides a standardised log and trace interface, based on the
standardised protocol specified in the AUTOSAR standard 4.0 DLT.
@@ -51,19 +51,24 @@ Compiling in Linux:
Compile options with default values
-----------------------------------
-- WITH_DLT_SHM_ENABLE = OFF
-- WITH_CHECK_CONFIG_FILE = OFF
-- WITH_DOC = OFF
-- WITH_TESTSCRIPTS = OFF
-- WITH_SYSTEMD = OFF
-- WITH_GPROF = OFF
-- WITH_MAN = ON
-- WITH_DLTTEST = OFF
-- BUILD_SHARED_LIBS = ON
-- CMAKE_INSTALL_PREFIX = /usr/local
+- WITH_SYSTEMD = OFF
+- WITH_SYSTEMD_WATCHDOG = OFF
+- WTIH_DLT_ADAPTOR = ON
+- WITH_DLT_CONSOLE = ON
+- WITH_DLT_EXAMPLES = ON
+- WITH_DLT_SYSTEM = ON
+- WITH_DLT_EXAMPLES = ON
+- WITH_DLT_TESTS = ON
+- WITH_CHECK_CONFIG_FILE = OFF
+- WITH_DOC = OFF
+- WITH_TESTSCRIPTS = OFF
+- WITH_GPROF = OFF
+- WITH_MAN = ON
+- WITH_DLTTEST = OFF
+- BUILD_SHARED_LIBS = ON
+- CMAKE_INSTALL_PREFIX = /usr
- CMAKE_BUILD_TYPE = RelWithDebInfo
-
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
@@ -95,4 +100,4 @@ Create doxygen documentation
- (only DLT doc - optional )make doc
- (only DLT-Filetransfer - optional )make doc-filetransfer
-You find the documentation know as HTML, RTF or LaTex in <project-root>/build/doc
+You find the documentation know as HTML, RTF or LaTex in <project-root>/build/doc \ No newline at end of file