Skip to content

Commit b445e9d

Browse files
committed
Allow running "brew bundle" to fetch deps
1 parent bdb3d97 commit b445e9d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Brewfile

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Use "brew bundle" to install these.
2+
# You still need 'PKG_CONFIG_PATH=/usr/local/opt/libedit/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig' for ./configure.
3+
brew 'autoconf'
4+
brew 'automake'
5+
brew 'libedit'
6+
brew 'libsodium'
7+
brew 'libtool'
8+
brew 'lua'
9+
brew 'openssl'
10+
brew 'pkg-config'
11+
brew 'protobuf'
12+
brew 'python'
13+
brew 'ragel'
14+
brew 'sqlite'

0 commit comments

Comments
 (0)