docbrown/Brewfile
Josh Klar 2ae46a21b3
Developer Onboarding Simplification (#20077)
* readme: Remove redundant prerequisites section (already in install docs).

* readme: Link to both Linux and MacOS installation instructions.

* devxp: Track non-node/ruby devtool versions with rtx.

* devxp: Simplify MacOS system-level dependency installation with brew bundle.
2023-09-22 02:05:41 -07:00

11 lines
313 B
Ruby

# Dependencies of things managed by .rtx.toml (or otherwise hand-installed, if rtx isn't used)
brew "gpg2"
brew "pkg-config"
# Dependencies of things built by yarn/gyp
brew "cairo" # from canvas
brew "pango" # from canvas
brew "pixman" # from canvas
# Dependencies of Forem itself at runtime
brew "imagemagick"