[R] R Cairo Installation - Cannot find cairo.h!
Jose-Marcio Martins
Jose-Marcio.Martins at mines-paristech.fr
Wed Apr 30 13:53:18 CEST 2014
Hi,
On 04/28/2014 09:26 PM, Fong Chun Chan wrote:
>
> ./configure --prefix=/home/fong/usr/local
>
> I set the my CAIRO_LIBS and CAIRO_CLAGS environment variables in my
> ~/.bashrc:
>
> export CAIRO_LIBS=${HOME}/usr/local/lib
> export CAIRO_CFLAGS=${HOME}/usr/local/include
maybe
export CAIRO_LIBS=-L${HOME}/usr/local/lib
export CAIRO_CFLAGS=-I${HOME}/usr/local/include
Regards,
José-Marcio
More information about the R-help
mailing list