Merge pull request #186 from appotry/master

修正编译报错
This commit is contained in:
Yanyi Wu 2024-05-01 17:05:12 +08:00 committed by GitHub
commit f4145fd08e
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 ..