summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL11
1 files changed, 9 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 8e740fd..de97b24 100644
--- a/INSTALL
+++ b/INSTALL
@@ -4,8 +4,15 @@ Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Instructions for installing this software
-----------------------------------------
-This software uses cmake as its build tool. To build and install the
-DLT daemon, follow these steps:
+The following packages need to be installed in order to be able to build and install DLT daemon:
+- cmake
+- zlib
+- dbus
+
+On Ubuntu those dependencies can be installed with the following command:
+- sudo apt-get install cmake zlib1g-dev libdbus-glib-1-dev
+
+To build and install the DLT daemon, follow these steps:
- mkdir build
- cd build