Created
August 3, 2008 14:43
-
-
Save danp/3826 to your computer and use it in GitHub Desktop.
Revisions
-
danp created this gist
Aug 3, 2008 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ 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