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

docs(INSTALL): Add repo install instructions for Debian and Ubuntu

This commit is contained in:
Anthony Bilinski 2021-09-21 15:28:54 -07:00
parent 4894ddd0e4
commit a6e3947a46
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -3,10 +3,12 @@
- [Linux](#linux)
- [Simple install](#simple-install)
- [Arch](#arch-easy)
- [Debian](#debian-easy)
- [Fedora](#fedora-easy)
- [Gentoo](#gentoo-easy)
- [openSUSE](#opensuse-easy)
- [Slackware](#slackware-easy)
- [Ubuntu](#ubuntu-easy)
- [Install git](#install-git)
- [Arch](#arch-git)
- [Debian](#debian-git)
@ -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:
pacman -S qtox
```
<a name="debian-easy" />
#### Debian
qTox is available in the [Main](https://tracker.debian.org/pkg/qtox) repo, to install:
```bash
sudo apt install qtox
```
<a name="fedora-easy" />
#### Fedora
@ -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.
<a name="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.