mirror of https://github.com/procxx/kepka.git
Add list of necessary libs to readme
This commit is contained in:
parent
0c4f569f65
commit
4dfff378a0
11
README.md
11
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_
|
||||
|
|
Loading…
Reference in New Issue