Reword README

This commit is contained in:
Alex 2018-03-12 00:47:31 +03:00 committed by GitHub
parent bb5e6dbc2f
commit 696e85b5f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -26,6 +26,10 @@ Debian/Ubuntu:
# 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
``` ```
You most likely have to rebuild ffmpeg with `--enable-swresample --enable-swscale`
After that, go to the [next section](#Configuring-and-building).
Fedora: Fedora:
```console ```console
# dnf install rpm-build rpmdevtools mock mock-rpmfusion-free # dnf install rpm-build rpmdevtools mock mock-rpmfusion-free
@ -61,7 +65,7 @@ Start mock build sequence:
mock -r fedora-$(rpm -E %fedora)-$(uname -m)-rpmfusion_free --rebuild ~/rpmbuild/SRPMS/kepka*.src.rpm mock -r fedora-$(rpm -E %fedora)-$(uname -m)-rpmfusion_free --rebuild ~/rpmbuild/SRPMS/kepka*.src.rpm
``` ```
After installing dependencies on your distro, you most likely have to rebuild ffmpeg with `--enable-swresample --enable-swscale` #### Configuring and building
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.