Update BUILD.md
This commit is contained in:
parent
2c4eba2e74
commit
3f8675ccec
30
BUILD.md
30
BUILD.md
|
@ -1,16 +1,24 @@
|
||||||
### Build instructions for OSX
|
# Build instructions for OSX
|
||||||
|
|
||||||
brew install qt5
|
1. Update Qt to v5.10+
|
||||||
# requires 5.10 or later, you may need brew update qt5 instead
|
|
||||||
|
|
||||||
git clone https://gitlab.com/b0/matrique
|
brew install qt5
|
||||||
cd matrique
|
|
||||||
|
|
||||||
# pull in libqmatrixclient
|
2. Download Spectral source
|
||||||
git submodule init
|
|
||||||
git submodule update
|
|
||||||
|
|
||||||
/usr/local/Cellar/qt5/5.10.1/bin/qmake
|
git clone https://gitlab.com/b0/spectral
|
||||||
make
|
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
|
||||||
|
|
Loading…
Reference in New Issue