hightman / scws

开源免费的简易中文分词系统,PHP分词的上乘之选!
http://www.xunsearch.com/scws/
Other
1.66k stars 348 forks source link

编译的时候提示找不到configure #8

Closed tzm529 closed 10 years ago

amutu commented 10 years ago

在源码下运行以下命令生成configure: touch README;aclocal;autoconf;autoheader;libtoolize;automake --add-missing 或者从这里下载源码: http://www.xunsearch.com/scws/download.php

hightman commented 10 years ago

从 github 导出的源码,请先运行 acprep 这个脚本,要求装有 autoconf/automake 等工具。