mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
5 lines
149 B
Makefile
Executable File
5 lines
149 B
Makefile
Executable File
demo:
|
|
g++ -o segment.demo segment.cpp -std=c++0x -L/usr/lib/CppJieba -lcppjieba
|
|
testp:
|
|
g++ -o test_performance test_performance.cpp -std=c++0x -O3
|