From d7e2d51d2d63477b5b45a5f041fa107656f237e1 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sun, 8 Sep 2019 14:31:29 -0400 Subject: [PATCH] add qtcreator to install deps docs --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8184527..99fbb67 100644 --- a/README.md +++ b/README.md @@ -41,13 +41,12 @@ hushd, or compile hushd as well. ### Building on Linux + ``` -sudo apt-get install qt5-default qt5-qmake libqt5websockets5-dev +sudo apt-get install qt5-default qt5-qmake libqt5websockets5-dev qtcreator git clone https://github.com/MyHush/SilentDragon.git cd SilentDragon -qmake silentdragon.pro CONFIG+=debug -make -j$(nproc) - +./build.sh ./silentdragon ``` @@ -70,8 +69,10 @@ c:\Qt5\bin\qmake.exe silentdragon.pro -tp vc CONFIG+=debug ``` ### Building on macOS + You need to install the Xcode app or the Xcode command line tools first, and then install Qt. + ``` git clone https://github.com/MyHush/SilentDragon.git cd SilentDragon