Add Brewfile (#1069)
This commit is contained in:
parent
74992700c2
commit
4f4d4d27a1
2 changed files with 15 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -218,4 +218,5 @@ cmake-build-debug
|
|||
VSLinux/.vs
|
||||
.vs
|
||||
.flatpak-builder/
|
||||
.flatpak/
|
||||
.flatpak/
|
||||
Brewfile.lock.json
|
||||
|
|
13
Brewfile
Normal file
13
Brewfile
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue