@ -108,9 +110,11 @@ To enable: `-DDESKTOP_NOTIFICATIONS=True`
@@ -108,9 +110,11 @@ To enable: `-DDESKTOP_NOTIFICATIONS=True`
Easy qTox install is provided for variety of distributions:
* [Arch](#arch)
* [Debian](#debian)
* [Fedora](#fedora)
* [Gentoo](#gentoo)
* [Slackware](#slackware)
* [Ubuntu](#ubuntu)
---
@ -124,6 +128,16 @@ PKGBUILD is available in the `community` repo, to install:
@@ -124,6 +128,16 @@ PKGBUILD is available in the `community` repo, to install:
pacman -S qtox
```
<aname="debian-easy"/>
#### Debian
qTox is available in the [Main](https://tracker.debian.org/pkg/qtox) repo, to install:
```bash
sudo apt install qtox
```
<aname="fedora-easy"/>
#### Fedora
@ -185,6 +199,16 @@ may either follow the directions below, or simply run `./simple_make.sh` after
@@ -185,6 +199,16 @@ may either follow the directions below, or simply run `./simple_make.sh` after
cloning this repository, which will attempt to automatically download
dependencies followed by compilation.
<aname="ubuntu-easy"/>
#### Ubuntu
qTox is available in the [Universe](https://packages.ubuntu.com/focal/qtox) repo, to install:
```bash
sudo apt install qtox
```
### Install git
In order to clone the qTox repository you need Git.