Displaying 1 result from an estimated 1 matches for "pixman_cflag".
Did you mean:
pixman_cflags
2013 Jul 25
1
Building R with Cairo
...TION/lib # This does not do it.
> export PKG_CONFIG_PATH=$INSTALL_LOCATION/lib/pkgconfig
> export FONTCONFIG_CFLAGS="-I${INSTALL_LOCATION}/include/fontconfig
> -I${INSTALL_LOCATION}/include"
> export FONTCONFIG_LIBS="-L${INSTALL_LOCATION}/lib -lpixman-1"
> export pixman_CFLAGS="-I${INSTALL_LOCATION}/include/pixman-1
> -I${INSTALL_LOCATION}/include"
> export pixman_LIBS="-L${INSTALL_LOCATION}/lib -lfontconfig"
> ./configure --prefix $INSTALL_LOCATION/cairo
> make
> make install
> make clean
> cd -
> # echo "***************...