From 3f8675ccec9e8354abd17ce9d3444cef2ab9cf03 Mon Sep 17 00:00:00 2001 From: Youri Wijnands Date: Mon, 17 Sep 2018 22:40:15 +0000 Subject: [PATCH] Update BUILD.md --- BUILD.md | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/BUILD.md b/BUILD.md index 4ded888..874234e 100644 --- a/BUILD.md +++ b/BUILD.md @@ -1,16 +1,24 @@ -### Build instructions for OSX +# Build instructions for OSX -brew install qt5 -# requires 5.10 or later, you may need brew update qt5 instead +1. Update Qt to v5.10+ -git clone https://gitlab.com/b0/matrique -cd matrique + brew install qt5 -# pull in libqmatrixclient -git submodule init -git submodule update +2. Download Spectral source -/usr/local/Cellar/qt5/5.10.1/bin/qmake -make + git clone https://gitlab.com/b0/spectral + cd spectral -open matrique.app/Contents/MacOS/matrique +3. Pull in the dependencies + + git submodule init + git submodule update + +4. Build Spectral + + /usr/local/Cellar/qt5/5.10.1/bin/qmake + make + +5. Open Spectral + + open spectral.app/Contents/MacOS/spectral