tybenz / vimdeck

VIM as a presentation tool
MIT License
1.41k stars 57 forks source link

Unable to install on macOS Sierra #48

Closed ngriffin7a closed 7 years ago

ngriffin7a commented 7 years ago

@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.

caarlos0 commented 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
ngriffin7a commented 7 years ago

That worked, thanks @caarlos0

tybenz commented 7 years ago

Moving these instructions into README

tybenz commented 7 years ago

Done: https://github.com/tybenz/vimdeck/commit/e79e0723f81c968b8978ca4393231e958b6731b5

Thanks y'all 👍

avegancafe commented 5 years ago

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 :/

tybenz commented 5 years ago

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