quakeforge/packages
Bill Currie 053e9f2fb4 Add more library packages for building
freetype, fontconfig, harfbuzz, xinput and xfixes. Also, create a shell
script that installs all the debian packages needed to build QF.
2023-11-17 20:51:12 +09:00

9 lines
432 B
Bash
Executable file

#! /bin/sh
apt install build-essential autoconf automake libtool flex bison git \
libasound2-dev libjack-jackd2-dev \
libsamplerate0-dev \
libflac-dev libogg-dev libvorbis-dev libpng-dev zlib1g-dev \
libcurl4-openssl-dev libncurses5-dev \
libxext-dev libxxf86dga-dev libxxf86vm-dev libxi-dev libxfixes-dev \
libvulkan-dev vulkan-tools vulkan-validationlayers glslang-tools \
libfreetype-dev libfontconfig-dev libharfbuzz-dev