Add missing linux dependencies (#10814)
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 <max.linke88@gmail.com>
This commit is contained in:
parent
b964fe2ccf
commit
e9a965fe81
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ if [[ -n $apt ]]; then
|
|||
libssl-dev
|
||||
libzstd-dev
|
||||
libvulkan1
|
||||
libgit2-dev
|
||||
)
|
||||
$maysudo "$apt" install -y "${deps[@]}"
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue