summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjacobkeeler <jacob.keeler@livioradio.com>2018-04-03 09:32:31 -0400
committerjacobkeeler <jacob.keeler@livioradio.com>2018-04-03 09:32:31 -0400
commit3ba8a85c7fa6b9f7d2c9dca3e102168b3df6a00a (patch)
treeeb2a25d25da5538912a1e2300c6e2b41c83af421 /README.md
parent5472d8c79e71c8ab0e91f1fe313fa3459d74339b (diff)
parent5cc7b1be23764cb9763154ecb6d56e038f9eccb5 (diff)
downloadsdl_core-3ba8a85c7fa6b9f7d2c9dca3e102168b3df6a00a.tar.gz
Merge branch 'release/4.5.0' into develop
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 e7146636a2..4939a2e2fe 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Pull Requests Welcome!
## Documentation
- * [Software Architecture Document](https://smartdevicelink.com/en/guides/core/software-architecture-document/table-of-contents/)
+ * [Software Architecture Document](https://smartdevicelink.com/en/docs/sdl-core/master/software-architecture-document/table-of-contents/)
* [Transport Manager Programming Guide](https://smartdevicelink.com/en/guides/core/transport-manager-programming/)
* [Software Detailed Design](https://app.box.com/s/ohgrvemtx39f8hfea1ab676xxrzvyx1y)
* [Integration Guidelines](https://smartdevicelink.com/en/docs/hmi/master/overview/)
@@ -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|