morpheusv2

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

README.md (1789B)


      1 # Morpheus v2
      2 [![CircleCI branch](https://img.shields.io/circleci/project/github/Nordgedanken/Morpheusv2/master.svg)](https://circleci.com/gh/Nordgedanken/Morpheusv2)
      3 
      4 [![Github All Releases](https://img.shields.io/github/downloads/Nordgedanken/Morpheusv2/total.svg)]()
      5 
      6 [![Go Report Card](https://goreportcard.com/badge/github.com/Nordgedanken/Morpheusv2)](https://goreportcard.com/report/github.com/Nordgedanken/Morpheusv2)
      7 ---
      8 
      9 A Matrix client written in Go-QT and a Reboot of my previous Project [Morpheus](https://github.com/Nordgedanken/Morpheus)
     10 
     11 ## Contributing - Matrix Room
     12 Join the Matrix Room at [#Morpheus:matrix.ffslfl.net](https://matrix.to/#/#Morpheus:matrix.ffslfl.net)
     13 Read the [Contribution Guideline](CONTRIBUTING.md)
     14 
     15 ## How to build
     16 ### Prerequisites
     17 1. https://github.com/therecipe/qt
     18    * Follow https://github.com/therecipe/qt/wiki/Installation
     19 2. Clone this repo by doing `go get -u github.com/Nordgedanken/Morpheusv2`
     20 
     21 ### Build
     22 1. Run `qtdeploy build desktop` inside  `$GOPATH/src/github.com/Nordgedanken/Morpheusv2`
     23 2. Run the Application from within `deploy/**`
     24 
     25 ## How to Build the Windows Installer
     26 1. Get a Windows PC
     27 2. Follow setup on https://github.com/mh-cbon/go-msi
     28 3. Download the Morpheus.exe from the latest CI Build for your tag into the Source Folder or the build result (it needs to be static linked)
     29 4. Run `go-msi make --msi Morpheusv2.msi --version 0.1.0 --src scripts/templates`
     30 
     31 ## Versioning
     32 We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/Nordgedanken/Morpheus/tags).
     33 
     34 
     35 ## License
     36 This project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details
     37 
     38 ## Acknowledgments
     39 * Inspired by [nheko](http://github.com/mujx/nheko)