mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-24 12:42:32 +00:00
freetype, fontconfig, harfbuzz, xinput and xfixes. Also, create a shell script that installs all the debian packages needed to build QF.
9 lines
432 B
Bash
Executable file
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
|