I am new to programming so please tell me what must I do so I can use cairo.h. I can compile in command line with this
cc -o hello $(pkg-config --cflags --libs cairo) hello.c
But for my biger project i am using codeblocks and I need to include cairo. Also the output from pkg-config. (I dont know if it helps)
rok@rok-desktop:~$ pkg-config --cflags --libs cairo
-I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -lcairo