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)
|
- [Linux](#linux)
|
||||||
- [Simple install](#simple-install)
|
- [Simple install](#simple-install)
|
||||||
- [Arch](#arch-easy)
|
- [Arch](#arch-easy)
|
||||||
|
- [Debian](#debian-easy)
|
||||||
- [Fedora](#fedora-easy)
|
- [Fedora](#fedora-easy)
|
||||||
- [Gentoo](#gentoo-easy)
|
- [Gentoo](#gentoo-easy)
|
||||||
- [openSUSE](#opensuse-easy)
|
- [openSUSE](#opensuse-easy)
|
||||||
- [Slackware](#slackware-easy)
|
- [Slackware](#slackware-easy)
|
||||||
|
- [Ubuntu](#ubuntu-easy)
|
||||||
- [Install git](#install-git)
|
- [Install git](#install-git)
|
||||||
- [Arch](#arch-git)
|
- [Arch](#arch-git)
|
||||||
- [Debian](#debian-git)
|
- [Debian](#debian-git)
|
||||||
@ -108,9 +110,11 @@ To enable: `-DDESKTOP_NOTIFICATIONS=True`
|
|||||||
Easy qTox install is provided for variety of distributions:
|
Easy qTox install is provided for variety of distributions:
|
||||||
|
|
||||||
* [Arch](#arch)
|
* [Arch](#arch)
|
||||||
|
* [Debian](#debian)
|
||||||
* [Fedora](#fedora)
|
* [Fedora](#fedora)
|
||||||
* [Gentoo](#gentoo)
|
* [Gentoo](#gentoo)
|
||||||
* [Slackware](#slackware)
|
* [Slackware](#slackware)
|
||||||
|
* [Ubuntu](#ubuntu)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -124,6 +128,16 @@ PKGBUILD is available in the `community` repo, to install:
|
|||||||
pacman -S qtox
|
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" />
|
<a name="fedora-easy" />
|
||||||
|
|
||||||
#### Fedora
|
#### 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
|
cloning this repository, which will attempt to automatically download
|
||||||
dependencies followed by compilation.
|
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
|
### Install git
|
||||||
In order to clone the qTox repository you need Git.
|
In order to clone the qTox repository you need Git.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user