Deps: Add missing dependency in apt install guide

This commit is contained in:
Lukas Stockner
2025-04-28 14:58:48 +02:00
parent dde50b7186
commit 8fdeebbcb2

View File

@@ -53,7 +53,7 @@ if(UNIX)
" ${_software_missing}\n"
"\n"
"On Debian and Ubuntu:\n"
" apt install autoconf automake bison libtool yasm tcl ninja-build meson python3-mako patchelf\n"
" apt install autoconf automake bison libtool yasm tcl ninja-build meson python3-mako patchelf pkg-config\n"
"\n"
"On macOS (with homebrew):\n"
" brew install autoconf automake bison dos2unix flex libtool meson ninja pkg-config yasm\n"