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

Update INSTALL.md

Updated fedora instructions to reflect the deprecation of yum --- updated with dnf commands
This commit is contained in:
Corey Sheldon 2015-05-03 16:56:45 -04:00
parent 66cb02d1c3
commit 9a26095b6a

View File

@ -45,9 +45,9 @@ Debian / Ubuntu:
sudo apt-get install git
```
Fedora:
Fedora: (yum is now officially deprecated by dnf using yum will redirect to dnf on Fedora 21 and fail on future versions)
```bash
yum install git
sudo dnf install git
```
@ -73,8 +73,8 @@ sudo apt-get install build-essential qt5-qmake qt5-default qttools5-dev-tools li
Fedora:
```bash
yum groupinstall "Development Tools"
yum install qt-devel qt-doc qt-creator qt5-qtsvg opencv-devel openal-soft-devel libXScrnSaver-devel qrencode-devel
dnf group install "Development Tools"
dnf install qt-devel qt-doc qt-creator qt5-qtsvg opencv-devel openal-soft-devel libXScrnSaver-devel qrencode-devel
```
Slackware:
@ -106,7 +106,7 @@ sudo apt-get install libtool autotools-dev automake checkinstall check libopus-d
Fedora:
```bash
yum install libtool autoconf automake check check-devel
sudo dnf install libtool autoconf automake check check-devel
```
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".