Files
build-emacs-for-macos/Brewfile
Jim Myhrberg 7986e89623 Enable building Emacs 27
Also embed various dylib libraries directly into the application, so
they're not required to be installed via Homebrew for the app to work.
2020-02-03 00:05:46 +00:00

16 lines
226 B
Ruby

# frozen_string_literal: true
brew 'gmp'
brew 'gnutls'
brew 'jansson'
brew 'libffi'
brew 'libiconv'
brew 'libtasn1'
brew 'libunistring'
brew 'libxml2'
brew 'ncurses'
brew 'nettle'
brew 'pkg-config'
brew 'texinfo'
brew 'zlib'