From 9d2148a9ba9edc814654b97b70c4a0f999ebcf8b Mon Sep 17 00:00:00 2001 From: jacobkeeler Date: Thu, 8 Jun 2017 13:32:22 -0400 Subject: Updated README and included messages in start script for clarity --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index ee1d4fc57b..f7a0f6763f 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Once SDL Core is compiled and installed you can start it from the executable in ``` %cd bin/ -%LD_LIBRARY_PATH=. ./smartDeviceLinkCore +%./start.sh ``` ## Start WEB HMI @@ -73,6 +73,11 @@ The dependencies for SDL Core vary based on the configuration. You can change SD |Testing framework|Needed to support running unit tests|libgtest-dev| |Cmake|Needed to configure SDL prior to compilation|cmake| +#### Sample Policy Manager +The included sample policy manager (for use with `EXTERNAL_PROPRIETARY` policy mode) requires the following packages: + - python-pip + - python-dev + ### Known Dependency Issues * log4cxx - We know that the version of log4cxx on a linux machine can conflict with the one used, which is why it is provided in the repository. To avoid the conflict, we recommend removing liblog4cxx*. * cmake - on some versions of linux, the included cmake package doesn't have the right version. If apt-get is your package manager, you can find the correct version using -- cgit v1.2.1