summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index cc3380e..45dabcf 100644
--- a/README.md
+++ b/README.md
@@ -62,11 +62,13 @@ install DLT daemon:
- cmake
- zlib
- dbus
+- json-c (only required for dlt-receives extended filtering)
On Ubuntu those dependencies can be installed with the following command:
-```
+```bash
sudo apt-get install cmake zlib1g-dev libdbus-glib-1-dev
+optional: sudo apt-get install libjson-c-dev # in case you want to use dlt-receives extended filtering
```
Then proceed to download DLT if you haven't already. We recommend cloning the