だからwebpサポートでGraphicsmagickをコンパイルしようとしています...
私は逃げた
yum install libwebp libwebp-dev
libwebp.a
ライブラリを追加しました。Google。
私は--with-webp
その行にフラグを追加しました./configure
。
私は次からそれを得ました。
checking for WEBP support ...
checking webp/decode.h usability... no
checking webp/decode.h presence... no
checking for webp/decode.h... no
checking webp/encode.h usability... no
checking webp/encode.h presence... no
checking for webp/encode.h... no
checking for WebPDecodeRGB in -lwebp... no
checking for WebPMuxSetImage in -lwebpmux... no
checking if WEBP package is complete... no -- some components failed test
到着
checking for WEBP support ...
checking webp/decode.h usability... no
checking webp/decode.h presence... no
checking for webp/decode.h... no
checking webp/encode.h usability... no
checking webp/encode.h presence... no
checking for webp/encode.h... no
checking for WebPDecodeRGB in -lwebp... yes
checking for WebPMuxSetImage in -lwebpmux... no
checking if WEBP package is complete... no -- some components failed test
だからちょうどchecking for WebPDecodeRGB in -lwebp
変わります。
私は何をすべきですか?
ベストアンサー1
走らなければならない
yum install libwebp libwebp-dev libwebp-tools libwebp-devel