summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2018-03-21 13:34:26 -0400
committerGitHub <noreply@github.com>2018-03-21 13:34:26 -0400
commit264f1710bdae91c63f4f41beaa593c4411ec87f5 (patch)
treed58e38636bf1c66bf81f809080dafe604abaa80d
parentb1927448cb248f8731c53054ebc8f7907aadde1e (diff)
downloadsdl_core-feature/4.5.0_README_updates.tar.gz
Update README with new dependenciesfeature/4.5.0_README_updates
These were previously built within the project, but are now dynamically linked.
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 71fbf1a92d..d63bd2f834 100644
--- a/README.md
+++ b/README.md
@@ -65,8 +65,10 @@ The dependencies for SDL Core vary based on the configuration. You can change SD
| Flag | Description | Dependencies |
|------|-------------|--------------|
|Web HMI|Use HTML5 HMI|chromium-browser|
+|DBus|Use DBus HMI Adapter|dbus-1-dev|
|EXTENDED_MEDIA_MODE|Support Video and Audio Streaming|Opengl es2, gstreamer1.0*|
|Bluetooth|Enable bluetooth transport adapter|libbluetooth3, libbluetooth-dev, bluez-tools|
+|USB|Enable USB transport adapter|libusb-dev|
|Testing framework|Needed to support running unit tests|libgtest-dev|
|Cmake|Needed to configure SDL prior to compilation|cmake|