diff --git a/.github/scripts/.Aptfile b/.github/scripts/.Aptfile index aee6ebe3..98c921ca 100644 --- a/.github/scripts/.Aptfile +++ b/.github/scripts/.Aptfile @@ -9,4 +9,5 @@ package 'libxtst-dev' package 'libxss-dev' package 'libopencv-dev' package 'libtesseract-dev' -package 'libprocps-dev' \ No newline at end of file +package 'libprocps-dev' +package 'libusb-1.0-0-dev' \ No newline at end of file diff --git a/.github/scripts/.Brewfile b/.github/scripts/.Brewfile index 4464254c..1497dffd 100644 --- a/.github/scripts/.Brewfile +++ b/.github/scripts/.Brewfile @@ -3,3 +3,4 @@ brew "coreutils" brew "cmake" brew "jq" brew "xcbeautify" +brew "automake" diff --git a/.github/scripts/.Wingetfile b/.github/scripts/.Wingetfile index 63f74231..74af7813 100644 --- a/.github/scripts/.Wingetfile +++ b/.github/scripts/.Wingetfile @@ -1,3 +1,4 @@ package 'cmake', path: 'Cmake\bin', bin: 'cmake' package 'innosetup', path: 'Inno Setup 6', bin: 'iscc' -package 'OpenSSL', path: 'OpenSSL', bin: 'openssl' \ No newline at end of file +package 'OpenSSL', path: 'OpenSSL', bin: 'openssl' +package 'Microsoft.VisualStudio.Locator', path: 'vswhere', bin: 'vswhere' \ No newline at end of file diff --git a/.github/scripts/.build-deps.zsh b/.github/scripts/.build-deps.zsh index 833ebe67..f7bc840d 100755 --- a/.github/scripts/.build-deps.zsh +++ b/.github/scripts/.build-deps.zsh @@ -405,6 +405,55 @@ Usage: %B${functrace[1]%:*}%b