yanyiwu / cppjieba

"结巴"中文分词的C++版本
MIT License
2.61k stars 690 forks source link

when compile will g++, should with -std=c++0x #4

Closed lzzgeo closed 11 years ago

lzzgeo commented 11 years ago

g++ -std=c++0x -o server server.cpp -L/usr/lib/CppJieba/ -L/usr/lib/CppJieba/Husky -lcppjieba -lhusky -lpthread

yanyiwu commented 11 years ago

@lzzgeo fixed. thanks.