[cairo] Compiling for Cairo development

Chris Wilson chris at chris-wilson.co.uk
Mon May 24 07:14:34 PDT 2010


On Mon, 24 May 2010 10:10:27 +0200, Arjen Nienhuis <a.g.nienhuis at gmail.com> wrote:
> Hi,
> 
> You use this for pixman, cairo and the app that needs cairo:
> 
> PREFIX=$HOME/whatever
> PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig ./autogen.sh --prefix=$PREFIX

Cairo and pixman should both support uninstalled .pc, so compile pixman as
normal and then try for cairo:
  PKG_CONFIG_PATH=$pixmandir ./autogen.sh
and
  PKG_CONFIG_PATH=$pixmandir:$cairodir ./autogen.sh
for your application.
-ickle

-- 
Chris Wilson, Intel Open Source Technology Centre


More information about the cairo mailing list