Skip to content

Commit

Permalink
Merge pull request #186 from appotry/master
Browse files Browse the repository at this point in the history
修正编译报错
  • Loading branch information
yanyiwu committed May 1, 2024
2 parents 391121d + f917769 commit f4145fd
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 f4145fd

Please sign in to comment.