Browse Source

Merge pull request #177 from jahway603/master

Included Arch Linux build instructions
pull/184/head
Duke Leto 4 years ago
committed by GitHub
parent
commit
f404b61f85
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      README.md

12
README.md

@ -43,6 +43,7 @@ hushd, or compile hushd as well.
### Building on Linux
#### Ubuntu 18.04:
```
sudo apt-get -y install qt5-default qt5-qmake libqt5websockets5-dev qtcreator
@ -52,6 +53,17 @@ cd SilentDragon
./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