Skip to content

Instantly share code, notes, and snippets.

@danp
Created August 3, 2008 14:43
Show Gist options
  • Save danp/3826 to your computer and use it in GitHub Desktop.
Save danp/3826 to your computer and use it in GitHub Desktop.
sudo port install glib2
sudo port install gtk-doc # might have to stop, clean broken and restart
cd loudmouth
LIBTOOLIZE=glibtoolize LIBTOOL=glibtool ./autogen.sh --with-ssl=no --prefix=/opt/local
make
sudo make install
cd ..
cd loudmouth-ruby
# edit extconf.rb, comment pkg-config require and have_package lines
ruby extconf.rb
# edit Makefile, add to INCFLAGS: -I/opt/local/include/loudmouth-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment