Re: Extents under rotation
Cedric Roux <[email protected]>
| Newsgroups | gmane.comp.lib.cairo |
|---|---|
| Message-ID | <[email protected]> |
On 12/11/2013 09:45 AM, Donn wrote: > Uli, > Your c code is really interesting. How do you compile it? It's a newb > question, but I have that disease :) > > I've tried: > gcc $(pkg-config --cflags --libs cairo) uli_test.c -o test gcc `pkg-config --cflags --libs cairo` uli_test.c -o test (backquote) or maybe just simply try: gcc uli_test.c -o test -lcairo -- cairo mailing list [email protected] http://lists.cairographics.org/mailman/listinfo/cairo