Skip to content

Commit

Permalink
修正编译报错
Browse files Browse the repository at this point in the history
  • Loading branch information
appotry authored May 1, 2024
1 parent 391121d commit f917769
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..
Expand Down

0 comments on commit f917769

Please sign in to comment.