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