From 2ba3bb0eb187bd095d8633b74a7e67139c233cc2 Mon Sep 17 00:00:00 2001 From: Stanislav Ershov Date: Wed, 17 Jan 2018 18:14:55 +0300 Subject: [PATCH] Update build intructions for Debian/Ubuntu [skip ci] --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 56620c8fc..391548f22 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,12 @@ What you need to have installed: * zlib * opus (libopus-dev) +Debian/Ubuntu: +```console +# 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` + Provide paths to OpenAL-soft and Qt5 in CMAKE_PREFIX_PATH variable when configuring. ccache -o sloppiness=pch_defines,time_macros