From 696e85b5f3dd13537971ac5125d1a27760979f07 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 12 Mar 2018 00:47:31 +0300 Subject: [PATCH] Reword README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a0384dee..cfdb154a5 100644 --- a/README.md +++ b/README.md @@ -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.