diff options
author | Alexander Wenzel <Alexander.AW.Wenzel@bmw.de> | 2011-10-20 15:50:27 +0200 |
---|---|---|
committer | Alexander Wenzel <Alexander.AW.Wenzel@bmw.de> | 2011-10-20 15:50:27 +0200 |
commit | 3d11dcb0e1e041c5811ca710c18008e54667bf07 (patch) | |
tree | 9b3d536a3e0735dec8a93d7fe6760ae4b7bfe389 | |
parent | 45ce9801b3532456be9f49fbc64dbdd23ea8ed7e (diff) | |
download | DLT-daemon-3d11dcb0e1e041c5811ca710c18008e54667bf07.tar.gz |
Fixes to be build for Ubuntu.
-rwxr-xr-x | CMakeLists.txt | 1 | ||||
-rw-r--r-- | README.txt | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3df960f..7332ed3 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,6 +55,7 @@ SET( PRINT_PATCH_LEVEL ${${PROJECT_NAME}_PATCH_LEVEL}) SET( PRINT_VERSION ${GENIVI_PROJECT_VERSION})
SET( PRINT_VERSION_STATE ${${PROJECT_NAME}_VERSION_STATE})
+SET( DLT_REVISION "")
IF(NOT DEFINED DLT_REVISION)
execute_process(COMMAND git describe --tags WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
OUTPUT_VARIABLE DLT_REVISION
diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..9801839 --- /dev/null +++ b/README.txt @@ -0,0 +1,13 @@ +License +------- +See file: LICENSE.txt +The full LGPL license: LGPL.txt + +Compiling in Linux: +------------------- +- create directory build +- change into directory build +- cmake .. +- make +- optional: sudo make install +- optional: sudo ldconfig |