Skip to content

Instantly share code, notes, and snippets.

@asolkar
Created December 1, 2009 18:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asolkar/246508 to your computer and use it in GitHub Desktop.
Save asolkar/246508 to your computer and use it in GitHub Desktop.
./configure --prefix=/opt/apps/pidgin \
PURPLE_CFLAGS="-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/opt/apps/pidgin/include/libpurple -L/opt/apps/pidgin/lib -lpurple" \
INTLTOOL_PERL=/opt/perl/bin/perl
if ($status) exit $status
gmake
if ($status) exit $status
gmake install
if ($status) exit $status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment