Skip to content

Instantly share code, notes, and snippets.

@nikushi
Created April 16, 2013 11:12
Show Gist options
  • Save nikushi/5395138 to your computer and use it in GitHub Desktop.
Save nikushi/5395138 to your computer and use it in GitHub Desktop.
cairoを手動ビルドするときにPKG_CONFIG_PATHの指定が必要
PKG_CONFIG_PATH=/home/growthforecast/local/lib/pkgconfig/ ./configure --prefix=$HOME/local
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment