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