morpheus

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

commit 31f9c8a1d6a9ad5ae57b7f7dfec7ba5f9c4e128e
parent 29dd9b84bd88fd4fefad283919c714a67b040e59
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue,  5 Dec 2017 15:49:32 +0100

Update Readme.md

Signed-off-by: MTRNord <mtrnord1@gmail.com>

Diffstat:
MREADME.md | 31++++++++++++++++++++++++++-----
1 file changed, 26 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md @@ -1,11 +1,32 @@ # Morpheus [![CircleCI](https://circleci.com/gh/Nordgedanken/Morpheus.svg?style=svg)](https://circleci.com/gh/Nordgedanken/Morpheus) [![Build status](https://ci.appveyor.com/api/projects/status/a0ke0029ely9w7hu?svg=true)](https://ci.appveyor.com/project/MTRNord/neo) +_CI is known to be broken_ + +--- + A Matrix client written in Go-QT -# How to build +## Contributing - Matrix Room +Join the Matrix Room at [#Morpheus:matrix.ffslfl.net](https://matrix.to/#/#Morpheus:matrix.ffslfl.net) + +## How to build +### Prerequisites +1. https://github.com/therecipe/qt + * Follow https://github.com/therecipe/qt/wiki/Installation +2. Clone this repo by doing `go get -u github.com/Nordgedanken/Morpheus` + +### Build +1. Run `qtdeploy build desktop .` inside `$GOPATH/src/github.com/Nordgedanken/Morpheus` +2. Run the Application from within `deploy/**` + + +## Versioning +We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/Nordgedanken/Morpheus/tags). + + +## License +This project is licensed under the GPLv3 License - see the [LICENSE](LICENSE) file for details -1. Follow https://github.com/therecipe/qt#installation -2. Run `go get -u github.com/Nordgedanken/Morpheus` to clone this Repo -3. Run `qtdeploy build desktop .` inside `$GOPATH/src/github.com/Nordgedanken/Morpheus` -4. Run the Application from within `deploy/windows` +## Acknowledgments +* Inspired by [nheko](http://github.com/mujx/nheko)