You are not logged in.
Pages: 1
I want to use opencv and imagemagick for my project.
But i dont know how to compile imagemagick programs using automake build plugin that is available in anjuta.
The imagemagick site says that i should use the following code to compile imagemagick programs with magickwand api.
cc `MagickWand-config --cflags --cppflags` -o wand wand.c `MagickWand-config --ldflags --libs`
Though i can use terminal to compile like this i want to use automake.
Anyone help me please.
Last edited by bharani (2009-11-25 13:43:37)
Tamil is my mother tongue.
Offline
Just go to Project > Properties > Packages > Add module > Add package > MagickWand in Anjuta and you should be set.
"You can watch for your administrator to install the latest kernel with watch uname -r" - From the watch man page
Offline
Thank you pirate.
Tamil is my mother tongue.
Offline
Pages: 1