Tensor
February 21, 2017 ยท View on GitHub
Tensor is an IM client for the Matrix protocol in development.

Pre-requisites
- a Git client (to check out this repo)
- a C++ toolchain that can deal with Qt (see a link for your platform at http://doc.qt.io/qt-5/gettingstarted.html#platform-requirements)
- Qt 5 (either Open Source or Commercial)
Linux

Installing pre-requisites
Just install things from "Pre-requisites" using your preferred package manager.
Building
From the root directory of the project sources:
make
Android
Alternatively, Download Qt for Android, open tensor.pro in Qt Creator, and build for Android.

OS X

Build tensor.pro with Qt Creator, or:
brew install qt5
make
iOS

Windows

Build tensor.pro with Qt Creator.