Skip to content

Instantly share code, notes, and snippets.

@liwh
liwh / gist:1022751
Created June 13, 2011 13:20
install coreseek on mac os
  1. 按照coreseek网站上的安装步骤没装上,所以采用了下面的安装方式,安装成功!

sudo port install autoconf263 libtool-devel m4 autoconf automake libtool

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

cd ../csft-3.2.14
./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