Skip to content

Instantly share code, notes, and snippets.

@codebrane
Created June 8, 2013 06:13
Show Gist options
  • Save codebrane/5734237 to your computer and use it in GitHub Desktop.
Save codebrane/5734237 to your computer and use it in GitHub Desktop.
compile pkg_config
export LDFLAGS=-L/Users/alistair/apps/gettext-0.18.2/lib
export CPPFLAGS=-I/Users/alistair/apps/gettext-0.18.2/include
export PATH="/Users/alistair/apps/gettext-0.18.2/bin:$PATH"
./configure --prefix=/Users/alistair/apps/pkg-config-0.27 \
--with-internal-glib
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment