-
Notifications
You must be signed in to change notification settings - Fork 23
Installing on macOS
Robert San edited this page Feb 26, 2024
·
2 revisions
Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install libgit2-glib
brew install vala
brew install libsoup
brew install gtk+4
brew install gtk+3
brew install meson
brew install cmake
brew install ffmpeg
brew install sassc
brew install gettext
export PATH="/usr/local/opt/gettext/bin:$PATH"
brew install sqlite3
brew install libsqlite3-dev