Tensor is an IM client for the Matrix protocol in development.
- 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)
Just install things from "Pre-requisites" using your preferred package manager.
From the root directory of the project sources:
make
Alternatively, Download Qt for Android, open tensor.pro
in Qt Creator, and build for Android.
Build tensor.pro
with Qt Creator, or:
brew install qt5
make
Build tensor.pro
with Qt Creator.