From 1c7f8da61fade2a8a21f85b532ebabff12bfe50d Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Tue, 27 Feb 2018 12:07:28 +0000 Subject: [PATCH] OSX build instructions --- BUILD.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 BUILD.md diff --git a/BUILD.md b/BUILD.md new file mode 100644 index 0000000..4ded888 --- /dev/null +++ b/BUILD.md @@ -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