[docs] Add bison and flex requirement to installation docs

This commit is contained in:
ejurgensen
2022-01-17 22:25:41 +01:00
parent d0bfe193ee
commit ab81de9f7b
3 changed files with 14 additions and 15 deletions

View File

@@ -12,7 +12,7 @@ fi
DEPS="gmake autoconf automake libtool gettext gperf glib pkgconf wget git \
ffmpeg libconfuse libevent mxml libgcrypt libunistring libiconv curl \
libplist libinotify avahi sqlite3 alsa-lib libsodium json-c libwebsockets
protobuf-c"
protobuf-c bison flex"
echo "The script can install the following dependency packages for you:"
echo $DEPS
read -p "Should the script install these packages? [y/N] " yn