Fix linux setup

This commit is contained in:
halx99 2023-07-06 13:20:56 +08:00
parent bfc400527b
commit 7243ced7a1
1 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ if ($IsLinux) {
$DEPENDS = @() $DEPENDS = @()
$DEPENDS = 'libx11-dev' $DEPENDS += 'libx11-dev'
$DEPENDS += 'automake' $DEPENDS += 'automake'
$DEPENDS += 'libtool' $DEPENDS += 'libtool'
$DEPENDS += 'cmake' $DEPENDS += 'cmake'
@ -80,7 +80,7 @@ if ($IsLinux) {
$DEPENDS += 'libbsd-dev' $DEPENDS += 'libbsd-dev'
$DEPENDS += 'libasound2-dev' $DEPENDS += 'libasound2-dev'
$DEPENDS += 'libxxf86vm-dev' $DEPENDS += 'libxxf86vm-dev'
$DEPENDS += @('libvlc-dev', 'libvlccore-dev', 'vlc') $DEPENDS += 'libvlc-dev', 'libvlccore-dev', 'vlc'
# if vlc encouter codec error, install # if vlc encouter codec error, install
# sudo apt install ubuntu-restricted-extras # sudo apt install ubuntu-restricted-extras