のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

cairo

cairo CFLAGS

export FREETYPE_CFLAGS=-I$HOME/include echo $FREETYPE_CFLAGS export FREETYPE_LIBS=-L$HOME/usr/lib echo $FREETYPE_LIBS ./configure --prefix=$HOME/usr make make install pkg-config --cflags --libs cairou01@vm01:~/layout/oss/cairo-1.12.18$ pkg…

pkg-config --cflags cairo

u01@vm01:~/layout/oss/cairo-1.12.18$ pkg-config cairo u01@vm01:~/layout/oss/cairo-1.12.18$ pkg-config --cflags cairo Package cairo was not found in the pkg-config search path. Perhaps you should add the directory containing `cairo.pc' to t…

cairo ./configure --help

u01@vm01:~/layout/oss/cairo-1.12.18$ ./configure --help `configure' configures cairo 1.12.18 to adapt to many kinds of systems. Usage: ./configure [OPTION]... [VAR=VALUE]... To assign environment variables (e.g., CC, CFLAGS...), specify th…

cairo configure

cairo (version 1.12.18 [release]) will be compiled with: The following surface backends: Image: yes (always builtin) Recording: yes (always builtin) Observer: yes (always builtin) Mime: yes (always builtin) Tee: no (disabled, use --enable-…

cairo install

Script started on 2015年10月28日 22時59分28秒 $ ./configure checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking wheth…