Add Brewfile (#1069)

This commit is contained in:
Kreeblah 2023-04-01 02:28:35 -07:00 committed by GitHub
parent 74992700c2
commit 4f4d4d27a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 1 deletions

3
.gitignore vendored
View file

@ -218,4 +218,5 @@ cmake-build-debug
VSLinux/.vs
.vs
.flatpak-builder/
.flatpak/
.flatpak/
Brewfile.lock.json

13
Brewfile Normal file
View file

@ -0,0 +1,13 @@
# This should already be tapped, but just in case
tap "homebrew/core"
# Install dependencies
brew "sdl2"
brew "mpg123"
brew "sdl2_ttf"
brew "sdl2_image"
brew "flac"
brew "libmpeg2"
brew "dylibbundler"
brew "wget"
brew "libserialport"