summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAleksandr Galiuzov <AGaliuzov@luxoft.com>2015-06-25 10:45:31 +0300
committerAleksandr Galiuzov <AGaliuzov@luxoft.com>2015-06-25 10:45:31 +0300
commit008f3837ae2a40094024faed111b7526ae9ab1fe (patch)
tree51bf6925fba76d7d07fd486c554c6a713f8aaf27 /README.md
parent698f34f71165f31ef742fbd1e9ccd22405a0a474 (diff)
parent89f3a68b46674e5e88d3da612ea50287b8b317ff (diff)
downloadsdl_core-008f3837ae2a40094024faed111b7526ae9ab1fe.tar.gz
Merge branch 'release/4.0.0' into develop
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8d8b6079c6..e81f690d5d 100644
--- a/README.md
+++ b/README.md
@@ -49,6 +49,12 @@ Once SDL Core is compiled and installed you can start it from the executable in
%./smartDeviceLinkCore
```
+## Start WEB HMI
+Web HMI is separated from SDL Core and located in another repository. So to make it workable please do next steps.
+
+ 1. Clone http://github.com/smartdevicelink/sdl_hmi.git
+ 2. Follow the instruction from readme file in sdl_hmi repository.
+
## A quick note about dependencies
The dependencies for SDL Core vary based on the configuration. You can change SDL Core's configuration in the top level CMakeLists.txt. We have defaulted this file to a configuration which we believe is common for people who are interested in getting up and running quickly, generally on a Linux VM.