mirror of https://github.com/procxx/kepka.git
Reword README
This commit is contained in:
parent
bb5e6dbc2f
commit
696e85b5f3
|
|
@ -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
|
||||
```
|
||||
|
||||
You most likely have to rebuild ffmpeg with `--enable-swresample --enable-swscale`
|
||||
|
||||
After that, go to the [next section](#Configuring-and-building).
|
||||
|
||||
Fedora:
|
||||
```console
|
||||
# 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
|
||||
```
|
||||
|
||||
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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue