README.md (1192B)
1 # Morpheus 2 [](https://circleci.com/gh/Nordgedanken/Morpheus) 3 4 []() 5 --- 6 7 A Matrix client written in Go-QT 8 9 ## Contributing - Matrix Room 10 Join the Matrix Room at [#Morpheus:matrix.ffslfl.net](https://matrix.to/#/#Morpheus:matrix.ffslfl.net) 11 Read the [Contribution Guideline](CONTRIBUTING.md) 12 13 ## How to build 14 ### Prerequisites 15 1. https://github.com/therecipe/qt 16 * Follow https://github.com/therecipe/qt/wiki/Installation 17 2. Clone this repo by doing `go get -u github.com/Nordgedanken/Morpheus` 18 19 ### Build 20 1. Run `qtdeploy build desktop` inside `$GOPATH/src/github.com/Nordgedanken/Morpheus` 21 2. Run the Application from within `deploy/**` 22 23 24 ## Versioning 25 We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/Nordgedanken/Morpheus/tags). 26 27 28 ## License 29 This project is licensed under the GPLv3 License - see the [LICENSE](LICENSE) file for details 30 31 ## Acknowledgments 32 * Inspired by [nheko](http://github.com/mujx/nheko)