From 264f1710bdae91c63f4f41beaa593c4411ec87f5 Mon Sep 17 00:00:00 2001 From: Jacob Keeler Date: Wed, 21 Mar 2018 13:34:26 -0400 Subject: Update README with new dependencies These were previously built within the project, but are now dynamically linked. --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') 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| -- cgit v1.2.1 From aee600b633b43d144c1211d2bd62856005d37c3f Mon Sep 17 00:00:00 2001 From: Jacob Keeler Date: Tue, 27 Mar 2018 11:24:18 -0400 Subject: Update link to software architecture document --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index d63bd2f834..e4d9952aea 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/) -- cgit v1.2.1