Displaying 1 result from an estimated 1 matches for "pixman_lib".
Did you mean:
pixman_libs
2013 Jul 25
1
Building R with Cairo
...FIG_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 "******************************************"
>
> curl http://cran.r-project.org/src/base/R-2/R-2.15.1.tar.gz -o
>...