* 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.
11 lines
313 B
Ruby
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"
|