Skip to content

Instantly share code, notes, and snippets.

@neet
Created September 3, 2018 22:03
Show Gist options
  • Save neet/2f94134bbfeb009881b804ca5694d221 to your computer and use it in GitHub Desktop.
Save neet/2f94134bbfeb009881b804ca5694d221 to your computer and use it in GitHub Desktop.
Mastodon: Required packages on macOS
# Homebrew and Xcode are necesarry for bundle required packages
# Homebrew: https://brew.sh/
# Xcode: https://developer.apple.com/xcode/
xcode-select --install
brew install \
autoconf \
bison \
certbot \
ffmpeg \
gcc \
gdbm \
git \
icu4c \
imagemagick \
libffi \
libidn \
libpq \
libxml2 \
libxslt \
libyaml \
ncurses \
node \
pkg-config \
postgresql \
protobuf \
redis \
yarn \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment