Merge branch 'master' into 'master'
OSX build instructions See merge request b0/matrique!1
This commit is contained in:
commit
535e4bb3a0
|
@ -0,0 +1,16 @@
|
||||||
|
### Build instructions for OSX
|
||||||
|
|
||||||
|
brew install qt5
|
||||||
|
# requires 5.10 or later, you may need brew update qt5 instead
|
||||||
|
|
||||||
|
git clone https://gitlab.com/b0/matrique
|
||||||
|
cd matrique
|
||||||
|
|
||||||
|
# pull in libqmatrixclient
|
||||||
|
git submodule init
|
||||||
|
git submodule update
|
||||||
|
|
||||||
|
/usr/local/Cellar/qt5/5.10.1/bin/qmake
|
||||||
|
make
|
||||||
|
|
||||||
|
open matrique.app/Contents/MacOS/matrique
|
Loading…
Reference in New Issue