From a5cc5a1c9ca96ffa1db2aca1958d5f0f9a592000 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sat, 26 Jun 2021 10:23:40 -0400 Subject: [PATCH] update mac build instructions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f7d6f0c..98d052b 100644 --- a/README.md +++ b/README.md @@ -114,10 +114,14 @@ c:\Qt5\bin\qmake.exe silentdragon.pro -tp vc CONFIG+=debug You need to install the Xcode app or the Xcode command line tools first, and then install Qt. +TODO: Suggestions on installing qt5 deps on a Mac + ```shell script git clone https://git.hush.is/hush/SilentDragon cd SilentDragon -qmake silentdragon.pro CONFIG+=debug +# These commands require qmake to be installed +./build.sh linguist +./build.sh make ./SilentDragon.app/Contents/MacOS/SilentDragon