forked from openedx/openedx-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
23 lines (22 loc) · 664 Bytes
/
Brewfile
File metadata and controls
23 lines (22 loc) · 664 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Run `brew bundle` to automatically install these packages
# http://robots.thoughtbot.com/brewfile-a-gemfile-but-for-homebrew
#
# Note that running edx-platform on OSX directly is unsupported: this file
# exists for development purposes only. The recommended way to run edx-platform
# on OSX is to use devstack, which installs edx-platform on an Ubuntu VM.
# See: https://github.com/edx/configuration/wiki/edX-Developer-Stack
install readline
install sqlite
install gdbm
install pkg-config
install gfortran
install python
install yuicompressor
install node
install graphviz
install mysql
install geos
install mongodb
install lynx
install libjpeg
install libtiff