From 8f61b34e48c6343f052b065460bd9b2608245ee9 Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Mon, 18 Dec 2017 01:37:06 +0200 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bed477916..53be69289 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,12 @@ This is the complete source code and the build instructions for the alpha versio What you need to have installed: -* Qt 5.9+ +* Qt 5.9+ (with private modules, like qtbase5-private-dev) * OpenSSL (conan installs this if you use conan) * OpenAL-soft * FFmpeg with swscale and swresample libs * zlib -* opus +* opus (libopus-dev) Provide paths to OpenAL-soft and Qt5 in CMAKE_PREFIX_PATH variable when configuring.