Search found 2 matches
- 2015-02-22T20:51:54-07:00
- Forum: Developers
- Topic: Imagemagick STATIC build with Freetype
- Replies: 3
- Views: 4394
Re: Imagemagick STATIC build with Freetype
What I have done is build all the delegate libraries I want (my final executable simply needs the ability to write text onto a PNG image) and move all of their files into the same directory(/home/app), which I then reference in my LDFLAGS and CPPFLAGS. So, for example, after I built libpng I placed ...
- 2015-02-22T15:38:59-07:00
- Forum: Developers
- Topic: Imagemagick STATIC build with Freetype
- Replies: 3
- Views: 4394
Imagemagick STATIC build with Freetype
I have been trying to compile ImageMagick for an ARM development board on my Ubuntu Linux machine and have been using the following configure options ./configure --disable-shared --enable-delegate-build . I have built the libraries I want to use (libpng, zlib, freetype) with ARM compiler, but the ...