Created
July 15, 2018 16:26
-
-
Save enmachs/af481b8c2caf5276ad3518c6ca0d7194 to your computer and use it in GitHub Desktop.
Manjaro Deepin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # --- Solución para error de rmagick al bundle install | |
| # checking for gcc... yes | |
| # checking for Magick-config... no | |
| # checking for pkg-config... yes | |
| # checking for outdated ImageMagick version (<= 6.4.9)... no | |
| # checking for presence of MagickWand API (ImageMagick version >= 6.9.0)... no | |
| # checking for Ruby version >= 1.8.5... yes | |
| # checking for stdint.h... yes | |
| # checking for sys/types.h... yes | |
| # checking for wand/MagickWand.h... no | |
| # Can't install RMagick 2.16.0. Can't find MagickWand.h. | |
| Link: https://gist.github.com/sigmike/591c9ede57d962dc26ea0790ade50808 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment