Skip to content

Instantly share code, notes, and snippets.

@liwh
Created June 13, 2011 13:20
Show Gist options
  • Save liwh/1022750 to your computer and use it in GitHub Desktop.
Save liwh/1022750 to your computer and use it in GitHub Desktop.

sudo port install autoconf263 libtool-devel m4 autoconf automake libtool

aclocal && glibtoolize —copy —force —ltdl && autoreconf -i -f && automake —a && ./configure —prefix=/usr/local/mmseg3 && make && sudo make install

./configure —prefix=/usr/local/coreseek —without-unixodbc —with-mmseg —with-mmseg-includes=/usr/local/mmseg3/include/mmseg/ —with-mmseg-libs=/usr/local/mmseg3/lib/ —with-pgsql

make && sudo make install

ln -s /usr/local/mmseg3/bin/mmseg /usr/local/bin/mmseg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment