mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-31 21:36:26 +00:00
add a few more libraries to the linux script
This commit is contained in:
parent
78f32f30f5
commit
7509677003
1 changed files with 7 additions and 0 deletions
|
@ -21,6 +21,13 @@ if [[ -n $apt ]]; then
|
||||||
deps=(
|
deps=(
|
||||||
libasound2-dev
|
libasound2-dev
|
||||||
libfontconfig-dev
|
libfontconfig-dev
|
||||||
|
libxcb-dev
|
||||||
|
alsa-base
|
||||||
|
cmake
|
||||||
|
fontconfig
|
||||||
|
libssl-dev
|
||||||
|
build-essential
|
||||||
|
|
||||||
)
|
)
|
||||||
$maysudo "$apt" install -y "${deps[@]}"
|
$maysudo "$apt" install -y "${deps[@]}"
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in a new issue