1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Update install instructions

This commit is contained in:
Zetok Zalbavar 2015-06-27 19:16:47 +01:00
parent 636faac4db
commit 413243f86b
No known key found for this signature in database
GPG Key ID: C953D3880212068A
2 changed files with 38 additions and 3 deletions

View File

@ -21,14 +21,49 @@
##Linux
###Simple install
Easy qTox install is provided for variety of distributions:
https://wiki.tox.im/Binaries#Apt.2FAptitude_.28Debian.2C_Ubuntu.2C_Mint.2C_etc..29
If your distribution is not listed, or you want/need to compile qTox, there are provided instructions.
* [Arch](#arch)
* [Debian, Mint, Ubuntu, etc](#debian)
* [Gentoo](#gentoo)
#### Arch
**Please note that installing toxcore/qTox from AUR is not supported**, although installing other dependencies, provided that they met requirements, should be fine, unless you are installing cryptography library from AUR, which should rise red flags by itself…
That being said, there are supported PKGBUILDs at https://github.com/Tox/arch-repo-tox
<a name="debian" />
#### 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
qTox ebuild is available in ``tox-overlay``. To add it and install qTox you will need to have installed ``layman``:
```bash
emerge layman
```
After that, add overlay and install qTox:
```bash
layman -f
layman -a tox-overlay
emerge qtox
```
If your distribution is not listed, or you want/need to compile qTox, there are provided instructions.
----
Most of the dependencies should be available through your package manger. You may either follow the directions below, or simply run `./simple_make.sh` after cloning, which will attempt to automatically download dependencies followed by compilation.

View File

@ -12,7 +12,7 @@ qTox
- [**32 bit download** (for older hardware)](https://tux3-dev.tox.im/jenkins/job/qTox-win32-nsis/lastSuccessfulBuild/artifact/setup-qtox32.exe)
* **Linux**:
- [**binary**](#) - Currently unmaintained
- [**packages**](#) - Currently unmaintained
- [**packages**](/INSTALL.md#simple-install)
- [**Gentoo overlay**](https://github.com/Tox/gentoo-overlay-tox)
* **Mac**: [**download**](#) - Currently unmaintained<br/>