Browse Source

add qtcreator to install deps docs

pull/63/head
Duke Leto 5 years ago
parent
commit
d7e2d51d2d
  1. 9
      README.md

9
README.md

@ -41,13 +41,12 @@ hushd, or compile hushd as well.
### Building on Linux ### 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 git clone https://github.com/MyHush/SilentDragon.git
cd SilentDragon cd SilentDragon
qmake silentdragon.pro CONFIG+=debug ./build.sh
make -j$(nproc)
./silentdragon ./silentdragon
``` ```
@ -70,8 +69,10 @@ c:\Qt5\bin\qmake.exe silentdragon.pro -tp vc CONFIG+=debug
``` ```
### Building on macOS ### Building on macOS
You need to install the Xcode app or the Xcode command line tools first, and then install Qt. 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 git clone https://github.com/MyHush/SilentDragon.git
cd SilentDragon cd SilentDragon

Loading…
Cancel
Save