Add cmake to dev build instructions (#17943)

Release Notes:

- N/A
This commit is contained in:
Richard Feldman 2024-09-17 14:07:50 -04:00 committed by GitHub
parent 7246a0f39c
commit e6c4076ef0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 0 deletions

View file

@ -25,6 +25,7 @@ if [[ -n $apt ]]; then
libvulkan1
libgit2-dev
make
cmake
clang
mold
jq
@ -44,6 +45,7 @@ if [[ -n $dnf ]]; then
gcc
g++
clang
cmake
mold
alsa-lib-devel
fontconfig-devel
@ -78,6 +80,7 @@ if [[ -n $zyp ]]; then
gcc-c++
clang
make
cmake
alsa-devel
fontconfig-devel
wayland-devel
@ -99,6 +102,7 @@ if [[ -n $pacman ]]; then
deps=(
gcc
clang
cmake
alsa-lib
fontconfig
wayland
@ -122,6 +126,7 @@ if [[ -n $xbps ]]; then
deps=(
gettext-devel
clang
cmake
jq
elfutils-devel
gcc
@ -148,6 +153,7 @@ if [[ -n $emerge ]]; then
app-arch/zstd
dev-libs/openssl
dev-libs/wayland
dev-util/cmake
media-libs/alsa-lib
media-libs/fontconfig
media-libs/vulkan-loader