mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Fixes #2554 : updates README.md and INSTALL.md to include FreeBSD port
This commit is contained in:
parent
89def77ee6
commit
9f7f6ff92f
20
INSTALL.md
20
INSTALL.md
|
@ -6,6 +6,7 @@
|
||||||
- [Arch](#arch-easy)
|
- [Arch](#arch-easy)
|
||||||
- [Gentoo](#gentoo-easy)
|
- [Gentoo](#gentoo-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)
|
||||||
|
@ -37,7 +38,7 @@
|
||||||
- [Windows](#windows)
|
- [Windows](#windows)
|
||||||
|
|
||||||
<a name="dependencies" />
|
<a name="dependencies" />
|
||||||
##Dependencies
|
## Dependencies
|
||||||
|
|
||||||
| Name | Version | Modules |
|
| Name | Version | Modules |
|
||||||
|--------------|-------------|-------------------------------------------------- |
|
|--------------|-------------|-------------------------------------------------- |
|
||||||
|
@ -53,8 +54,8 @@
|
||||||
|
|
||||||
|
|
||||||
<a name="linux" />
|
<a name="linux" />
|
||||||
##Linux
|
## Linux
|
||||||
###Simple install
|
### Simple install
|
||||||
Easy qTox install is provided for variety of distributions:
|
Easy qTox install is provided for variety of distributions:
|
||||||
|
|
||||||
* [Generic](#generic)
|
* [Generic](#generic)
|
||||||
|
@ -101,6 +102,16 @@ emerge qtox
|
||||||
|
|
||||||
qTox SlackBuild and all of its dependencies can be found here: http://slackbuilds.org/repository/14.1/network/qTox/
|
qTox SlackBuild and all of its dependencies can be found here: http://slackbuilds.org/repository/14.1/network/qTox/
|
||||||
|
|
||||||
|
<a name="freebsd-easy" />
|
||||||
|
#### FreeBSD
|
||||||
|
|
||||||
|
A qTox port is available at ``net-im/qTox``. To build and install qTox:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cd /usr/ports/net-im/qTox/
|
||||||
|
make install
|
||||||
|
```
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
If your distribution is not listed, or you want / need to compile qTox, there are provided instructions.
|
If your distribution is not listed, or you want / need to compile qTox, there are provided instructions.
|
||||||
|
@ -110,7 +121,6 @@ If your distribution is not listed, or you want / need to compile qTox, there ar
|
||||||
|
|
||||||
Most of the dependencies should be available through your package manger. You 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.
|
Most of the dependencies should be available through your package manger. You 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.
|
||||||
|
|
||||||
|
|
||||||
### Install git
|
### Install git
|
||||||
In order to clone the qTox repository you need Git.
|
In order to clone the qTox repository you need Git.
|
||||||
|
|
||||||
|
@ -512,7 +522,7 @@ Install them. The following steps assume that WGet is installed at "C:\Program F
|
||||||
|
|
||||||
### Setting up Path
|
### Setting up Path
|
||||||
|
|
||||||
Add MinGW/MSYS/CMake binaries to the system path to make them globally accessible.
|
Add MinGW/MSYS/CMake binaries to the system path to make them globally accessible.
|
||||||
Open Control Panel -> System and Security -> System -> Advanced system settings -> Environment Variables...(or run "sysdm.cpl" select tab "Advanced system settings" -> button "Environment Variables")
|
Open Control Panel -> System and Security -> System -> Advanced system settings -> Environment Variables...(or run "sysdm.cpl" select tab "Advanced system settings" -> button "Environment Variables")
|
||||||
In the second box search for the PATH variable and press Edit...
|
In the second box search for the PATH variable and press Edit...
|
||||||
The input box "Variable value:" should already contain some directories. Each directory is separated with a semicolon.
|
The input box "Variable value:" should already contain some directories. Each directory is separated with a semicolon.
|
||||||
|
|
|
@ -18,6 +18,8 @@ qTox [![Build Status](https://travis-ci.org/tux3/qTox.svg)](https://travis-ci.or
|
||||||
- [**Gentoo overlay**](https://github.com/zetok/gentoo-overlay-tox)
|
- [**Gentoo overlay**](https://github.com/zetok/gentoo-overlay-tox)
|
||||||
* **Mac**:
|
* **Mac**:
|
||||||
- [**Experimental download**](https://github.com/RowenStipe/qTox-OSX/releases)
|
- [**Experimental download**](https://github.com/RowenStipe/qTox-OSX/releases)
|
||||||
|
* **FreeBSD**:
|
||||||
|
- [**Port**](/INSTALL.md#freebsd-easy)
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
Nighly builds do not update automatically at this stage of development, so make sure you get back to this site and regularly download the latest version of qTox.
|
Nighly builds do not update automatically at this stage of development, so make sure you get back to this site and regularly download the latest version of qTox.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user