mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
docs: Improved the FreeBSD installation instructions.
Recommending in this order: 1. The binary package 2. The port
This commit is contained in:
parent
70428771fd
commit
ddb8e7202d
13
INSTALL.md
13
INSTALL.md
|
@ -153,11 +153,18 @@ http://slackbuilds.org/repository/14.2/network/qTox/
|
|||
|
||||
#### FreeBSD
|
||||
|
||||
A qTox port is available at ``net-im/qTox``. To build and install qTox:
|
||||
qTox is available as a binary package. To install the qTox package:
|
||||
|
||||
```bash
|
||||
cd /usr/ports/net-im/qTox/
|
||||
make install
|
||||
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
|
||||
```
|
||||
|
||||
----
|
||||
|
|
|
@ -45,7 +45,7 @@ while running on all major platforms.
|
|||
|
||||
Windows | Linux | OS X | FreeBSD
|
||||
--------|-------|------|--------
|
||||
**[64 bit installer]**, [signature][sig-64] | **[Arch]**, **[Gentoo]** | **[Building instructions]** | **[Port]**
|
||||
**[64 bit installer]**, [signature][sig-64] | **[Arch]**, **[Gentoo]** | **[Building instructions]** | **[Package & Port]**
|
||||
[32 bit installer], [signature][sig-32] | | [Experimental download] |
|
||||
[64 bit][64portable], [32 bit][32portable] portable | [Other] | |
|
||||
|
||||
|
@ -154,7 +154,7 @@ AED3 1134 9C23 A123 E5C4 AA4B 139C A045 3DA2 D773
|
|||
[Mailing list]: https://lists.tox.chat
|
||||
[Other]: /INSTALL.md#linux
|
||||
[qTox-dev mailing list]: https://lists.tox.chat/listinfo/qtox-dev
|
||||
[Port]: /INSTALL.md#freebsd-easy
|
||||
[Package & Port]: /INSTALL.md#freebsd-easy
|
||||
[Report bugs]: https://github.com/qTox/qTox/wiki/Writing-Useful-Bug-Reports
|
||||
[reporting bugs]: https://github.com/qTox/qTox/wiki/Writing-Useful-Bug-Reports
|
||||
[Reviewing and testing pull requests]: /CONTRIBUTING.md#reviews
|
||||
|
|
Loading…
Reference in New Issue
Block a user