morpheus

A Matrix client written in Go-QT
git clone git://archive.git.mtrnord.blog/Nordgedanken/morpheus.git
Log | Files | Refs | README | LICENSE

commit 6eef581f6e72a7188714fef0a037ae1f30b1aa46
parent c3ce08a6e73b10fcb8cecafd90d2d57aa3f2df6f
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 21 Aug 2017 13:47:46 +0200

Update README and gitignore

Diffstat:
M.gitignore | 2++
MREADME.md | 7+++++++
2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -12,3 +12,5 @@ # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 .glide/ +deploy/ +windows/ diff --git a/README.md b/README.md @@ -1,2 +1,9 @@ # Neo A Matrix client written in Go-QT + +# How to build + +1. Follow https://github.com/therecipe/qt#installation +2. Run `go get -u github.com/Nordgedanken/Neo` to clone this Repo +3. Run `qtdeploy build desktop .` inside `$GOPATH/src/github.com/Nordgedanken/Neo` +4. Run the Application from within `deploy/windows`