mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Merge pull request #5840
jessica181920 (1): docs: Remove FreeBSD from Linux
This commit is contained in:
commit
df27f49677
40
INSTALL.md
40
INSTALL.md
|
@ -7,7 +7,6 @@
|
||||||
- [Gentoo](#gentoo-easy)
|
- [Gentoo](#gentoo-easy)
|
||||||
- [openSUSE](#opensuse-easy)
|
- [openSUSE](#opensuse-easy)
|
||||||
- [Slackware](#slackware-easy)
|
- [Slackware](#slackware-easy)
|
||||||
- [FreeBSD](#freebsd-easy)
|
|
||||||
- [Install git](#install-git)
|
- [Install git](#install-git)
|
||||||
- [Arch](#arch-git)
|
- [Arch](#arch-git)
|
||||||
- [Debian](#debian-git)
|
- [Debian](#debian-git)
|
||||||
|
@ -27,6 +26,8 @@
|
||||||
- [Compile toxcore](#compile-toxcore)
|
- [Compile toxcore](#compile-toxcore)
|
||||||
- [Compile qTox](#compile-qtox)
|
- [Compile qTox](#compile-qtox)
|
||||||
- [Security hardening with AppArmor](#security-hardening-with-apparmor)
|
- [Security hardening with AppArmor](#security-hardening-with-apparmor)
|
||||||
|
- [BSD](#bsd)
|
||||||
|
- [FreeBSD](#freebsd-easy)
|
||||||
- [OS X](#osx)
|
- [OS X](#osx)
|
||||||
- [Windows](#windows)
|
- [Windows](#windows)
|
||||||
- [Cross-compile from Linux](#cross-compile-from-linux)
|
- [Cross-compile from Linux](#cross-compile-from-linux)
|
||||||
|
@ -199,24 +200,6 @@ zypper in qtox
|
||||||
qTox SlackBuild and all of its dependencies can be found here:
|
qTox SlackBuild and all of its dependencies can be found here:
|
||||||
http://slackbuilds.org/repository/14.2/network/qTox/
|
http://slackbuilds.org/repository/14.2/network/qTox/
|
||||||
|
|
||||||
<a name="freebsd-easy" />
|
|
||||||
|
|
||||||
#### FreeBSD
|
|
||||||
|
|
||||||
qTox is available as a binary package. To install the qTox package:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
pkg install qTox
|
|
||||||
```
|
|
||||||
|
|
||||||
The qTox port is also available at ``net-im/qTox``. To build and install qTox
|
|
||||||
from sources using the port:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
cd /usr/ports/net-im/qTox
|
|
||||||
make install clean
|
|
||||||
```
|
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
If your distribution is not listed, or you want / need to compile qTox, there
|
If your distribution is not listed, or you want / need to compile qTox, there
|
||||||
|
@ -589,6 +572,25 @@ password for sudo.
|
||||||
|
|
||||||
See [AppArmor] to enable confinement for increased security.
|
See [AppArmor] to enable confinement for increased security.
|
||||||
|
|
||||||
|
## BSD
|
||||||
|
|
||||||
|
<a name="freebsd-easy" />
|
||||||
|
|
||||||
|
#### FreeBSD
|
||||||
|
|
||||||
|
qTox is available as a binary package. To install the qTox package:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pkg install qTox
|
||||||
|
```
|
||||||
|
|
||||||
|
The qTox port is also available at ``net-im/qTox``. To build and install qTox
|
||||||
|
from sources using the port:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cd /usr/ports/net-im/qTox
|
||||||
|
make install clean
|
||||||
|
```
|
||||||
|
|
||||||
<a name="osx" />
|
<a name="osx" />
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user