From f5c02def6d8c8872b7dcf26f2c24e1c3e86655f5 Mon Sep 17 00:00:00 2001 From: Zetok Zalbavar Date: Wed, 26 Aug 2015 11:02:11 +0100 Subject: [PATCH] INSTALL.md: remove unmaintained repo for debian-based distros Also add links to generic static binaries for Linux. Hopefully that's only a temporary measure. --- INSTALL.md | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 75cde0367..d9c530631 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -2,8 +2,8 @@ - [Dependencies](#dependencies) - [Linux](#linux) - [Simple install](#simple-install) + - [Generic](#generic) - [Arch](#arch-easy) - - [Debian](#debian-easy) - [Gentoo](#gentoo-easy) - [Slackware](#slackware-easy) - [Install git](#install-git) @@ -54,12 +54,19 @@ ###Simple install Easy qTox install is provided for variety of distributions: +* [Generic](#generic) * [Arch](#arch) -* [Debian, Mint, Ubuntu, etc](#debian) * [Gentoo](#gentoo) * [Slackware](#slackware) +#### Generic +There are available generic binaries for Linux: +* [**64 bit download**](https://build.tox.chat/view/Clients/job/qTox_build_linux_x86-64_release/lastSuccessfulBuild/artifact/qTox_build_linux_x86-64_release.tar.xz) +* [**32 bit download**](https://build.tox.chat/view/Clients/job/qTox_build_linux_x86_release/lastSuccessfulBuild/artifact/qTox_build_linux_x86_release.tar.xz) + + +==== #### Arch @@ -69,19 +76,6 @@ Easy qTox install is provided for variety of distributions: That being said, there are supported PKGBUILDs at https://github.com/Tox/arch-repo-tox - -#### Debian, Mint, Ubuntu, etc - -Use this script to add repository: -```bash -sudo sh -c 'echo "deb https://pkg.tox.chat/ nightly main" > /etc/apt/sources.list.d/tox.list' -wget -qO - https://pkg.tox.chat/pubkey.gpg | sudo apt-key add - -sudo apt-get install apt-transport-https -sudo apt-get update -qq -echo "qTox Repository Installed." -``` - - #### Gentoo