From 833e5f1ae58bce4bddcf37347a8a16a74819416f Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Mon, 17 Feb 2020 18:50:49 +0100 Subject: [PATCH] README.md: Add gcc and g++ to ubuntu dependencies. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f8d964..8dee12a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ You will need `openssl` development files (version 1.1 or later) to compile and **Ubuntu:** ```sh -$ apt-get install libssl-dev cmake +$ apt-get install gcc g++ cmake libssl-dev ``` **For other linux distributions:**