mirror of
https://github.com/muesli/telephant
synced 2024-11-12 23:07:14 +00:00
No description
accounts | ||
assets | ||
qml | ||
.gitignore | ||
.travis.yml | ||
bridges.go | ||
config.go | ||
events.go | ||
LICENSE | ||
messagemodel.go | ||
panemodel.go | ||
README.md | ||
telephant.go |
Telephant!
A lightweight but modern Mastodon client, written in Go & QML.
Features
- Live feed via Mastodon's Streaming API
- Multi pane support
- Linux/macOS/Windows (Android & iOS should be working, but aren't tested yet)
- Media previews
- Shortened URL resolving
- System notifications
- Multiple accounts (work-in-progress)
- Support for more networks
Installation
Packages & Installers
From Source
Make sure you have a working Go environment (Go 1.9 or higher is required). See the install instructions.
You will also need Qt5 and its development headers installed.
Dependencies
Before you can build Telephant you need to install the Go/Qt bindings.
Qt5 dependencies (Ubuntu example)
apt-get --no-install-recommends install build-essential libglib2.0-dev libglu1-mesa-dev libpulse-dev
apt-get --no-install-recommends install libqt*5-dev qt*5-dev qt*5-doc-html qml-module-qtquick*
Qt Bindings
export QT_PKG_CONFIG=true
go get -u -v github.com/therecipe/qt/cmd/...
$(go env GOPATH)/bin/qtsetup -test=false
Building Telephant
go get -d -u -v github.com/muesli/telephant
cd $(go env GOPATH)/src/github.com/muesli/telephant
$(go env GOPATH)/bin/qtdeploy build desktop .
Within a Docker container
Follow the build instructions above, but instead of the last command, run:
$(go env GOPATH)/bin/qtdeploy -docker build linux
Run it
./deploy/linux/telephant