Build Environment: Update Ubuntu instructions to include bison

Ubuntu also requires bison (just like macOS seems to do).
This commit is contained in:
Dalai Felinto
2022-10-06 18:09:21 +02:00
parent 0f224ceedb
commit bd77cdde58

View File

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