Skip to content

Instantly share code, notes, and snippets.

View yezihack's full-sized avatar
🎯
Focusing

空树之空 yezihack

🎯
Focusing
View GitHub Profile
@yezihack
yezihack / install_coreseek.bash
Created February 25, 2018 03:01 — forked from alvin2ye/install_coreseek.bash
install coreseek
# 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