mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
修正编译报错
This commit is contained in:
parent
391121d5db
commit
f91776997b
@ -32,6 +32,7 @@ CppJieba是"结巴(Jieba)"中文分词的C++版本
|
|||||||
```sh
|
```sh
|
||||||
git clone --depth=10 --branch=master git://github.com/yanyiwu/cppjieba.git
|
git clone --depth=10 --branch=master git://github.com/yanyiwu/cppjieba.git
|
||||||
cd cppjieba
|
cd cppjieba
|
||||||
|
git submodule init && git submodule update
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake ..
|
cmake ..
|
||||||
|
Loading…
x
Reference in New Issue
Block a user