Skip to content

Commit

Permalink
Add missing linux dependencies (#10814)
Browse files Browse the repository at this point in the history
At least one of the dependencies requires cmake to configure the build
process.

On ubuntu libgit2-dev was missing. Debian and derivates do not install
development headers by default.



Release Notes:

- Improved Linux development setup scripts.

Co-authored-by: Max Linke <[email protected]>
  • Loading branch information
kain88-de and kain88-de authored Apr 22, 2024
1 parent b964fe2 commit e9a965f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/linux
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ if [[ -n $apt ]]; then
libssl-dev
libzstd-dev
libvulkan1
libgit2-dev
)
$maysudo "$apt" install -y "${deps[@]}"
exit 0
Expand Down

0 comments on commit e9a965f

Please sign in to comment.