Browse Source

update mac build instructions

pull/19/head
Duke Leto 3 years ago
parent
commit
a5cc5a1c9c
  1. 6
      README.md

6
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. 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 ```shell script
git clone https://git.hush.is/hush/SilentDragon git clone https://git.hush.is/hush/SilentDragon
cd SilentDragon cd SilentDragon
qmake silentdragon.pro CONFIG+=debug # These commands require qmake to be installed
./build.sh linguist
./build.sh
make make
./SilentDragon.app/Contents/MacOS/SilentDragon ./SilentDragon.app/Contents/MacOS/SilentDragon

Loading…
Cancel
Save