Created
August 3, 2008 14:43
-
-
Save danp/3826 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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