README.md: add Fedora packages

This commit is contained in:
Alex 2018-03-11 23:14:43 +03:00 committed by GitHub
parent b2b6c5bd25
commit 6692d40958
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,11 @@ Debian/Ubuntu:
```console ```console
# apt-get install qtbase5-private-dev zlib1g-dev libopenal-dev libavcodec-dev libavresample-dev libswscale-dev libopenal-data libopenal1 libavutil-dev # apt-get install qtbase5-private-dev zlib1g-dev libopenal-dev libavcodec-dev libavresample-dev libswscale-dev libopenal-data libopenal1 libavutil-dev
``` ```
Fedora:
```console
# dnf install rpm-build rpmdevtools mock mock-rpmfusion-free
```
You most likely have to rebuild ffmpeg with `--enable-swresample --enable-swscale` You most likely have to rebuild ffmpeg with `--enable-swresample --enable-swscale`
Provide paths to OpenAL-soft and Qt5 in CMAKE_PREFIX_PATH variable when configuring. Provide paths to OpenAL-soft and Qt5 in CMAKE_PREFIX_PATH variable when configuring.