]> git.openstreetmap.org Git - rails.git/commit
Fix installation instructions for Mac OS X
authorMatt Amos <zerebubuth@gmail.com>
Fri, 18 Oct 2019 15:25:30 +0000 (16:25 +0100)
committerMatt Amos <zerebubuth@gmail.com>
Fri, 18 Oct 2019 15:25:30 +0000 (16:25 +0100)
commitcc101f582d14a2cfc74859a537df8b34b017cc8f
tree878ae2499b46cefab688a542007433caaec0896e
parent1bf2a540d06cc4c51648d821fe39488f763003b7
Fix installation instructions for Mac OS X

The installation of `libxml-ruby` was broken because it was picking up the system version of the libxml2 library. By setting a `bundler` config item, it's possible to point it to the right place.

Also updated the instructions for `phantomjs`, which Homebrew has moved to a cask (and is now not officially supported), and added some of the extra command line tools that are used (`pngcrush`, `optipng`, etc...)
INSTALL.md