mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-28 20:11:01 +00:00
13 lines
219 B
Bash
Executable file
13 lines
219 B
Bash
Executable file
#!/bin/bash
|
|
|
|
HOMEBREW_NO_INSTALL_CLEANUP=1
|
|
|
|
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
|
|
|
brew install pkg-config gtk4
|
|
|
|
brew install npm
|
|
|
|
npm install -g appdmg
|
|
|
|
exit 0
|