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:
parent
4894ddd0e4
commit
a6e3947a46
24
INSTALL.md
24
INSTALL.md
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user