mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
Update README.md
This commit is contained in:
parent
780b5ecee5
commit
dcb7041572
@ -32,7 +32,7 @@ cat install_manifest.txt | sudo xargs rm -rf
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
cd test/
|
cd test/
|
||||||
g++ -o segment.demo segment.cpp -L/usr/lib/CppJieba/ -lcppjieba
|
g++ -std=c++0x -o segment.demo segment.cpp -L/usr/lib/CppJieba/ -lcppjieba
|
||||||
./segment.demo # you will see the demo.
|
./segment.demo # you will see the demo.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user