I needed ImageMagick to use some web fonts on creating image. I installed ImageMagick 6.8.8 on my Centos Linux server machine, but freetype are not installed, after I ./configure the summary of my configuration is like this
and while is configuring it shows this message
Code: Select all
Checking FreeType .... no
Checking Font[something] .... no
I've freetype installed in the version 2.4.12, but I had these problems installing the version 2.5.2
Code: Select all
/usr/include/libpng12/pngconf.h:336: error: expected '=', ',', ';', 'asm' or '__attribute__' before '.' token
I looked a lot on the internet, somebody was talking about installing libpng library (done) or pkg-config (already installed), but still nothing.
Any ideas? Thank you in advance and if you need more information, let me know.