bootstrap: Add texinfo as a requirement on Ubuntu

texinfo components are needed for building the prefix toolchain.
NOTE: Other distros likely need similar mods.
This commit is contained in:
Robin Randhawa 2019-01-11 16:17:29 +00:00
parent 2c279f7f4f
commit fe5172bb22

View file

@ -168,7 +168,7 @@ ubuntu()
echo "Updating system..."
sudo "$2" update
echo "Installing required packages..."
sudo "$2" install build-essential libc6-dev-i386 nasm curl file git libfuse-dev fuse pkg-config cmake autopoint autoconf libtool m4 syslinux-utils genisoimage flex bison gperf libpng-dev libhtml-parser-perl
sudo "$2" install build-essential libc6-dev-i386 nasm curl file git libfuse-dev fuse pkg-config cmake autopoint autoconf libtool m4 syslinux-utils genisoimage flex bison gperf libpng-dev libhtml-parser-perl texinfo
if [ "$1" == "qemu" ]; then
if [ -z "$(which qemu-system-x86_64)" ]; then
echo "Installing QEMU..."