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
<aname="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'
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.