Closed ngriffin7a closed 7 years ago
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: https://github.com/tybenz/vimdeck/commit/e79e0723f81c968b8978ca4393231e958b6731b5
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?
@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.