Skip to content

Commit

Permalink
add a few more libraries to the linux script
Browse files Browse the repository at this point in the history
  • Loading branch information
mikayla-maki committed Feb 6, 2024
1 parent 78f32f3 commit 7509677
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions script/linux
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7509677

Please sign in to comment.