Skip to content
This repository has been archived by the owner on Oct 6, 2018. It is now read-only.

Nordgedanken/Morpheusv2

Repository files navigation

Morpheus v2

CircleCI branch

Github All Releases

Go Report Card

A Matrix client written in Go-QT and a Reboot of my previous Project Morpheus

Contributing - Matrix Room

Join the Matrix Room at #Morpheus:matrix.ffslfl.net Read the Contribution Guideline

How to build

Prerequisites

  1. https://github.com/therecipe/qt
  2. Clone this repo by doing go get -u github.com/Nordgedanken/Morpheusv2

Build

  1. Run qtdeploy build desktop inside $GOPATH/src/github.com/Nordgedanken/Morpheusv2
  2. Run the Application from within deploy/**

How to Build the Windows Installer

  1. Get a Windows PC
  2. Follow setup on https://github.com/mh-cbon/go-msi
  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)
  4. Run go-msi make --msi Morpheusv2.msi --version 0.1.0 --src scripts/templates

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details

Acknowledgments