summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjacobkeeler <jacob.keeler@livioradio.com>2017-06-08 13:32:22 -0400
committerjacobkeeler <jacob.keeler@livioradio.com>2017-06-08 13:32:22 -0400
commit9d2148a9ba9edc814654b97b70c4a0f999ebcf8b (patch)
tree58870bb3824d4d8d91b0d5462b72ad87b598af47 /README.md
parent97583341890a91223bd122275e79f7caa60260f2 (diff)
downloadsdl_core-9d2148a9ba9edc814654b97b70c4a0f999ebcf8b.tar.gz
Updated README and included messages in start script for clarityfeature/external_policy_manager
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
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