From 02303a0cbe20d5d77da8781a9cc51d30abeac161 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Mon, 27 May 2019 10:38:54 +0200 Subject: [PATCH] Added Arch package and simplified build instructions in README --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0b99881..ebd4cf9 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,9 @@ A lightweight but modern Mastodon client, written in Go & QML. ### Packages & Installers -- [Windows 64bit](https://github.com/muesli/telephant/releases/download/v0.1/telephant_0.1pre_Windows_64bit.exe) +- Arch Linux: [telephant-git AUR](https://aur.archlinux.org/packages/telephant-git/) - [Linux Static 64bit](https://github.com/muesli/telephant/releases/download/v0.1/telephant_0.1pre_Linux_64bit) +- [Windows 64bit](https://github.com/muesli/telephant/releases/download/v0.1/telephant_0.1pre_Windows_64bit.exe) ### From Source @@ -39,14 +40,12 @@ Before you can build Telephant you need to install the [Go/Qt bindings](https:// 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 + export QT_PKG_CONFIG=true + go get -u -v -tags=no_env github.com/therecipe/qt/cmd/... 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 .