morpheus

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

README.md (1192B)


      1 # Morpheus
      2 [![CircleCI branch](https://img.shields.io/circleci/project/github/Nordgedanken/Morpheus/master.svg)](https://circleci.com/gh/Nordgedanken/Morpheus)
      3 
      4 [![Github All Releases](https://img.shields.io/github/downloads/Nordgedanken/Morpheus/total.svg)]()
      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)