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
24 lines
455 B
Bash
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
|