feat(installer): update debian deps installation script
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
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
This commit is contained in:
parent
d934a1ebf3
commit
944ab76b49
1 changed files with 8 additions and 3 deletions
|
|
@ -1,5 +1,8 @@
|
|||
## Debian
|
||||
sudo apt update && sudo apt install -y \
|
||||
## Update package repos
|
||||
sudo apt update
|
||||
|
||||
## Build deps
|
||||
sudo apt install -y \
|
||||
liblcms2-dev \
|
||||
libfontconfig-dev \
|
||||
libssl-dev \
|
||||
|
|
@ -7,7 +10,9 @@ sudo apt update && sudo apt install -y \
|
|||
libxxhash-dev \
|
||||
libsimde-dev \
|
||||
libcairo2-dev \
|
||||
## x11 dev libraries \
|
||||
|
||||
## X11 development deps
|
||||
sudo apt install -y \
|
||||
libdbus-1-dev \
|
||||
libxcursor-dev \
|
||||
libxrandr-dev \
|
||||
Loading…
Reference in a new issue