I've installed Cairo and Pkgconfig using brew
on my mac, but unfortunately when I do #include <cairo.h>
, my program can't compile because it can't find cairo.h
.
Has anyone experienced something like this before?
I've installed Cairo and Pkgconfig using brew
on my mac, but unfortunately when I do #include <cairo.h>
, my program can't compile because it can't find cairo.h
.
Has anyone experienced something like this before?