summaryrefslogtreecommitdiff
path: root/SDL_Core/doc/install.txt
diff options
context:
space:
mode:
Diffstat (limited to 'SDL_Core/doc/install.txt')
-rw-r--r--SDL_Core/doc/install.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/SDL_Core/doc/install.txt b/SDL_Core/doc/install.txt
index 909365997..73587d432 100644
--- a/SDL_Core/doc/install.txt
+++ b/SDL_Core/doc/install.txt
@@ -25,6 +25,8 @@
To start web-based HMI we need web-browser with web-socket RFC6455 support.
For example Google Chromium. Install it using:
sudo apt-get install chromium-browser
+ Install openssl and development libraries:
+ sudo apt-get install openssl libssl-dev
* Build application
=================