From 4dfff378a0a3051a387c866198b77f1d13223fac Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Sun, 17 Dec 2017 20:53:37 +0200 Subject: [PATCH] Add list of necessary libs to readme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e7a42c758..bed477916 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,16 @@ This is the complete source code and the build instructions for the alpha versio ## Build instructions -Must have OpenAL-soft and Qt5 installed. Provide paths to them in CMAKE_PREFIX_PATH variable when configuring. +What you need to have installed: + +* Qt 5.9+ +* OpenSSL (conan installs this if you use conan) +* OpenAL-soft +* FFmpeg with swscale and swresample libs +* zlib +* opus + +Provide paths to OpenAL-soft and Qt5 in CMAKE_PREFIX_PATH variable when configuring. ccache -o sloppiness=pch_defines,time_macros mkdir _conan_build_