mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
add a few more libraries to the linux script
This commit is contained in:
parent
78f32f30f5
commit
7509677003
@ -21,6 +21,13 @@ if [[ -n $apt ]]; then
|
||||
deps=(
|
||||
libasound2-dev
|
||||
libfontconfig-dev
|
||||
libxcb-dev
|
||||
alsa-base
|
||||
cmake
|
||||
fontconfig
|
||||
libssl-dev
|
||||
build-essential
|
||||
|
||||
)
|
||||
$maysudo "$apt" install -y "${deps[@]}"
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user