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

updated installation notes

This commit is contained in:
Marcel 2015-05-17 00:18:01 +02:00
parent 10e2115258
commit 57e8df7b61

View File

@ -113,17 +113,17 @@ First of all install the dependencies of Tox Core.
Arch Linux: Arch Linux:
```bash ```bash
sudo pacman -S --needed opus libvpx sudo pacman -S --needed opus libvpx libsodium
``` ```
Debian / Ubuntu: Debian / Ubuntu:
```bash ```bash
sudo apt-get install libtool autotools-dev automake checkinstall check libopus-dev libvpx-dev sudo apt-get install libtool autotools-dev automake checkinstall check libopus-dev libvpx-dev libsodium-dev
``` ```
Fedora: Fedora:
```bash ```bash
sudo dnf install libtool autoconf automake check check-devel sudo dnf install libtool autoconf automake check check-devel libsodium-devel
``` ```
openSUSE: openSUSE:
@ -137,10 +137,11 @@ You can grab SlackBuilds of the needed dependencies here:
http://slackbuilds.org/repository/14.1/audio/opus/ http://slackbuilds.org/repository/14.1/audio/opus/
http://slackbuilds.org/repository/14.1/libraries/libvpx/ http://slackbuilds.org/repository/14.1/libraries/libvpx/
http://slackbuilds.org/repository/14.1/libraries/libsodium/
``` ```
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". 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 libsodium to "/home/user/qTox/libs": The script will automatically download and install Tox Core and libfilteraudio:
```bash ```bash
cd /home/user/qTox cd /home/user/qTox
./bootstrap.sh # use -h or --help for more information ./bootstrap.sh # use -h or --help for more information