mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
Update README.md for windows env
This commit is contained in:
parent
c22b6843d3
commit
a4e2b67017
@ -32,7 +32,8 @@ 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
|
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