修正编译报错

This commit is contained in:
夜法之书(appotry) 2024-05-01 16:06:53 +08:00 committed by GitHub
parent 391121d5db
commit f91776997b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,6 +32,7 @@ CppJieba是"结巴(Jieba)"中文分词的C++版本
```sh
git clone --depth=10 --branch=master git://github.com/yanyiwu/cppjieba.git
cd cppjieba
git submodule init && git submodule update
mkdir build
cd build
cmake ..