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

관련 정보