You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting vimdeck requires getting rmagick installed, and that's not straightforward in Arch.
You'll get the well-known found partial imagemagick installation error (MagicWand.h not found).
I finally found this site, which provided me the workaround:
Getting vimdeck requires getting rmagick installed, and that's not straightforward in Arch.
You'll get the well-known found partial imagemagick installation error (MagicWand.h not found).
I finally found this site, which provided me the workaround:
export PKG_CONFIG_PATH=/usr/lib/imagemagick6/pkgconfig
gem install vimdeck
Leaving this here in case you want to incorporate it in the README
The text was updated successfully, but these errors were encountered: