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.

Revisions

  1. danp created this gist Aug 3, 2008.
    14 changes: 14 additions & 0 deletions gistfile1.txt
    Original 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