This file contains 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
# curl -sL https://raw.github.com/gist/1450030 | sudo bash | |
sudo apt-get install make gcc g++ automake libtool mysql-client libmysqlclient15-dev libxml2-dev libexpat1-dev | |
#下载 coreseek-3.2.14,里面已经包含 mmsegcd /tmp | |
wget https://dn-agi-public3.qbox.me/20160928135920/coreseek-3.2.14.tar.gz | |
tar xzvf coreseek-3.2.14.tar.gz | |
cd coreseek-3.2.14 | |
cd mmseg-3.2.14 |