From 3db92080fd2b41e42935270bd2c0c3dd6bd4a5bf Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Mon, 20 Dec 2021 18:04:55 -0500 Subject: [PATCH] Add missing build-essential dep to default compile instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c620ca..3c859c3 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Compiling can take some time, so be patient and wait for it to finish. It will t ##### Ubuntu 18.04 and 20.04: ```shell script -sudo apt-get -y install qt5-default qt5-qmake libqt5websockets5-dev qtcreator qttools5-dev-tools +sudo apt-get -y install build-essential qt5-default qt5-qmake libqt5websockets5-dev qtcreator qttools5-dev-tools git clone https://git.hush.is/hush/SilentDragonLite cd SilentDragonLite ./build.sh linguist