Browse Source

Merge pull request #4482

Yuri (1):
      docs: Improved the FreeBSD installation instructions.
reviewable/pr4491/r1
Diadlo 8 years ago
parent
commit
aebb8d6e76
No known key found for this signature in database
GPG Key ID: 5AF9F2E29107C727
  1. 13
      INSTALL.md
  2. 4
      README.md

13
INSTALL.md

@ -153,11 +153,18 @@ http://slackbuilds.org/repository/14.2/network/qTox/
#### FreeBSD #### 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 ```bash
cd /usr/ports/net-im/qTox/ pkg install qTox
make install ```
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
``` ```
---- ----

4
README.md

@ -45,7 +45,7 @@ while running on all major platforms.
Windows | Linux | OS X | FreeBSD 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] | [32 bit installer], [signature][sig-32] | | [Experimental download] |
[64 bit][64portable], [32 bit][32portable] portable | [Other] | | [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 [Mailing list]: https://lists.tox.chat
[Other]: /INSTALL.md#linux [Other]: /INSTALL.md#linux
[qTox-dev mailing list]: https://lists.tox.chat/listinfo/qtox-dev [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 [Report bugs]: https://github.com/qTox/qTox/wiki/Writing-Useful-Bug-Reports
[reporting 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 [Reviewing and testing pull requests]: /CONTRIBUTING.md#reviews

Loading…
Cancel
Save