From e6264ed56b2be2b5d3a67a4857ccce6063d9096a Mon Sep 17 00:00:00 2001
From: SebastianEbert <sebastian.ebert@tu-dresden.de>
Date: Thu, 2 Apr 2020 17:32:10 +0200
Subject: [PATCH] updated readme

---
 README.md | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index bfe917f..1e746f7 100644
--- a/README.md
+++ b/README.md
@@ -48,12 +48,9 @@ On Debian based systems this would mean that the following packages have to be i
 
 ```
 $ sudo apt-get install build-essential gcc make cmake cmake-gui cmake-curses-gui
-```
-
-If you will be using secure sockets (and you probably should):
-
-```
-$ sudo apt-get install libssl-dev 
+$ sudo apt-get install libssl-dev
+$ sudo apt-get install doxygen graphviz
+$ sudo apt-get install libcppunit-dev
 ```
 
 Before building the C++ library, first, build and install the Paho C library:
-- 
GitLab