tybenz/vimdeck

Unable to install on macOS Sierra

Closed this issue · 6 comments

@tybenz I saw some commits that indicated you might be doing development on a mac. Do you have any hints as to how to get vimdeck installed on macOS Sierra? RMagick does not install correctly. Thank you.

I was able to fix it with:

brew install imagemagick@6
PKG_CONFIG_PATH=/usr/local/opt/imagemagick@6/lib/pkgconfig gem install vimdeck

That worked, thanks @caarlos0

Moving these instructions into README

Done: e79e072

Thanks y'all 👍

FWIW, the current instructions don't include the setting of PKG_CONFIG_PATH, which I had to do in order to get this to work :/

@kyleholzinger could you open a PR with updated instructions that include this step?