From b7a1c8af1f4849f3531af036a28173e530b1e119 Mon Sep 17 00:00:00 2001 From: jahway603 Date: Thu, 7 May 2020 00:55:42 -0400 Subject: [PATCH] Included Arch Linux build instructions --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 6349bc6..cbffcd3 100644 --- a/README.md +++ b/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).