1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore(INSTALL.md): Updated links on toxcore repository

BREAKING CHANGE: Changed toxcore public API version to 0.1.0
This commit is contained in:
Diadlo 2016-09-25 00:17:45 +03:00
parent 3c304c50bc
commit c726038198
No known key found for this signature in database
GPG Key ID: 5AF9F2E29107C727

View File

@ -41,7 +41,7 @@
|---------------|-------------|-------------------------------------------------- |
| [Qt] | >= 5.3.0 | core, gui, network, opengl, sql, svg, widget, xml |
| [GCC]/[MinGW] | >= 4.8 | C++11 enabled |
| [toxcore] | most recent | core, av |
| [toxcore] | = 0.1.\* | core, av |
| [FFmpeg] | >= 2.6.0 | avformat, avdevice, avcodec, avutil, swscale |
| [OpenAL Soft] | >= 1.16.0 | |
| [qrencode] | >= 3.0.3 | |
@ -97,25 +97,25 @@ Disabled by default.
To enable: `ENABLE_SYSTRAY_UNITY_BACKEND=YES`
 
<a name="linux" />
## Linux
### Simple install
Easy qTox install is provided for variety of distributions:
 
* [Arch](#arch)
* [Gentoo](#gentoo)
* [Slackware](#slackware)
 
#### Community builds
 
There are community builds for wide range of distrubutions:
 
Link | Distros | Architecture
---- | ------- | ------------
[OBS] | Arch, CentOS, Debian, Fedora, openSUSE, Ubuntu | x86, x86_64
[Ubuntu PPA] | Ubuntu | arm64, armhf, ppc64el
 
For release version, install `qtox`. To get latest changes, install
`qtox-alpha`.
@ -363,7 +363,7 @@ cd ..
Provided that you have all required dependencies installed, you can simply run:
```bash
git clone https://github.com/irungentoo/toxcore.git
git clone https://github.com/toktok/c-toxcore.git toxcore
cd toxcore
autoreconf -if
./configure
@ -489,7 +489,7 @@ opus sqlcipher libsodium
```
Next, install
[toxcore](https://github.com/irungentoo/toxcore/blob/master/INSTALL.md#osx)
[toxcore](https://github.com/toktok/c-toxcore/blob/master/INSTALL.md#osx)
Then, clone qTox:
```bash
@ -628,5 +628,5 @@ dependencies compile them and put to appropriate directories.
[qrencode]: https://fukuchi.org/works/qrencode/
[Qt]: https://www.qt.io/
[sqlcipher]: https://www.zetetic.net/sqlcipher/
[toxcore]: https://github.com/irungentoo/toxcore/
[toxcore]: https://github.com/TokTok/c-toxcore/
[Ubuntu PPA]: https://launchpad.net/~abbat/+archive/ubuntu/tox