Browse Source

Merge branch 'master' of github.com:myhush/silentdragon

pull/184/head
Duke Leto 4 years ago
parent
commit
6f69f7d2d0
  1. 13
      README.md

13
README.md

@ -43,15 +43,28 @@ hushd, or compile hushd as well.
### Building on Linux
#### Ubuntu 18.04:
```
sudo apt-get -y install qt5-default qt5-qmake libqt5websockets5-dev qtcreator
git clone https://github.com/MyHush/SilentDragon.git
cd SilentDragon
./build.sh linguist # compile translations
./build.sh
./silentdragon
```
#### Arch Linux:
```
sudo pacman -S qt5-base qt5-tools qtcreator qt5-websockets rust
git clone https://github.com/MyHush/SilentDragonLite.git
cd SilentDragonLite
./build.sh linguist
./build.sh release
./silentdragon
```
### Building on Windows
You need Visual Studio 2017 (The free C++ Community Edition works just fine).

Loading…
Cancel
Save