mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
INSTALL.md: fix links; make it possible to click them
Also change "Tox Core" → "toxcore"
This commit is contained in:
parent
1758928b4f
commit
50096d4d25
29
INSTALL.md
29
INSTALL.md
|
@ -11,7 +11,7 @@
|
|||
|--------------|-------------|-------------------------------------------------- |
|
||||
| Qt | >= 5.2.0 | core, gui, network, opengl, sql, svg, widget, xml |
|
||||
| GCC/MinGW | >= 4.8 | C++11 enabled |
|
||||
| Tox Core | most recent | core, av |
|
||||
| toxcore | most recent | core, av |
|
||||
| FFmpeg | >= 2.6.0 | avformat, avdevice, avcodec, avutil, swscale |
|
||||
| OpenAL Soft | >= 1.16.0 | |
|
||||
| filter_audio | most recent | |
|
||||
|
@ -65,18 +65,16 @@ emerge qtox
|
|||
|
||||
#### Slackware
|
||||
|
||||
qTox SlackBuild and all of its dependencies can be found here:
|
||||
```bash
|
||||
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/
|
||||
|
||||
----
|
||||
|
||||
If your distribution is not listed, or you want/need to compile qTox, there are provided instructions.
|
||||
|
||||
|
||||
----
|
||||
|
||||
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, 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.
|
||||
|
||||
|
||||
###Cloning the Repository
|
||||
|
@ -144,14 +142,12 @@ sudo zypper install patterns-openSUSE-devel_basis libqt5-qtbase-common-devel lib
|
|||
|
||||
Slackware:
|
||||
|
||||
List of all the ``qTox`` dependencies and their SlackBuilds can be found here:
|
||||
```bash
|
||||
http://slackbuilds.org/repository/14.1/network/qTox/
|
||||
```
|
||||
List of all the ``qTox`` dependencies and their SlackBuilds can be found here: http://slackbuilds.org/repository/14.1/network/qTox/
|
||||
|
||||
###Tox Core
|
||||
|
||||
First of all install the dependencies of Tox Core.
|
||||
### toxcore
|
||||
|
||||
First of all install the dependencies of toxcore.
|
||||
|
||||
Arch Linux:
|
||||
```bash
|
||||
|
@ -175,13 +171,12 @@ sudo zypper install libsodium-devel libvpx-devel libopus-devel patterns-openSUSE
|
|||
|
||||
Slackware:
|
||||
|
||||
List of all the ``toxcore`` dependencies and their SlackBuilds can be found here:
|
||||
```bash
|
||||
http://slackbuilds.org/repository/14.1/network/toxcore/
|
||||
```
|
||||
List of all the ``toxcore`` dependencies and their SlackBuilds can be found here: http://slackbuilds.org/repository/14.1/network/toxcore/
|
||||
|
||||
----
|
||||
|
||||
Now you can either follow the instructions at https://github.com/irungentoo/toxcore/blob/master/INSTALL.md#unix or use the "bootstrap.sh" script located at "/home/user/qTox".
|
||||
The script will automatically download and install Tox Core and libfilteraudio:
|
||||
The script will automatically download and install toxcore and libfilteraudio:
|
||||
```bash
|
||||
cd /home/user/qTox
|
||||
./bootstrap.sh # use -h or --help for more information
|
||||
|
|
Loading…
Reference in New Issue
Block a user