Graphicsmagickをコンパイルしてwebpをサポートする方法

Graphicsmagickをコンパイルしてwebpをサポートする方法

だから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

おすすめ記事