OSX build instructions

square-messages
Matthew Hodgson 2018-02-27 12:07:28 +00:00
parent fd5afa267c
commit 1c7f8da61f
1 changed files with 16 additions and 0 deletions

16
BUILD.md Normal file
View File

@ -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