kitty/install-linux-debian-deps.sh
Ayo 944ab76b49
Some checks are pending
CI / Linux (python=3.13 cc=clang sanitize=1) (push) Waiting to run
CI / Linux (python=3.11 cc=gcc sanitize=0) (push) Waiting to run
CI / Linux (python=3.12 cc=gcc sanitize=1) (push) Waiting to run
CI / Linux package (push) Waiting to run
CI / Bundle test (macos-latest) (push) Waiting to run
CI / Bundle test (ubuntu-latest) (push) Waiting to run
CI / macOS Brew (push) Waiting to run
CI / Test ./dev.sh and benchmark (push) Waiting to run
feat(installer): update debian deps installation script
2026-06-20 10:28:27 +02:00

24 lines
455 B
Bash

## Update package repos
sudo apt update
## Build deps
sudo apt install -y \
liblcms2-dev \
libfontconfig-dev \
libssl-dev \
libpython3-dev \
libxxhash-dev \
libsimde-dev \
libcairo2-dev \
## X11 development deps
sudo apt install -y \
libdbus-1-dev \
libxcursor-dev \
libxrandr-dev \
libxi-dev \
libxinerama-dev \
libgl1-mesa-dev \
libxkbcommon-x11-dev \
libfontconfig-dev \
libx11-xcb-dev