mirror of https://github.com/procxx/kepka.git
README.md: add Fedora packages
This commit is contained in:
parent
b2b6c5bd25
commit
6692d40958
|
@ -25,6 +25,11 @@ Debian/Ubuntu:
|
|||
```console
|
||||
# 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`
|
||||
|
||||
Provide paths to OpenAL-soft and Qt5 in CMAKE_PREFIX_PATH variable when configuring.
|
||||
|
|
Loading…
Reference in New Issue