This commit is contained in:
yanyiwu 2024-08-10 22:00:50 +08:00
parent 90174da597
commit 00c8f8fa84
2 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,10 @@
# CHANGELOG
## v5.3.0
+ [c++17,c++20] compatibility
+ limonp version 0.6.7 -> 0.9.0
## v5.2.0
+ [CI] windows-[2019,2022]

View File

@ -5,8 +5,6 @@
[![Platform](https://img.shields.io/badge/platform-Linux,macOS,Windows-green.svg?style=flat)](https://github.com/yanyiwu/cppjieba)
[![Performance](https://img.shields.io/badge/performance-excellent-brightgreen.svg?style=flat)](http://yanyiwu.com/work/2015/06/14/jieba-series-performance-test.html)
[![Tag](https://img.shields.io/github/v/tag/yanyiwu/cppjieba.svg)](https://github.com/yanyiwu/cppjieba/releases)
[![License](https://img.shields.io/badge/license-MIT-yellow.svg?style=flat)](http://yanyiwu.mit-license.org)
[![Build status](https://ci.appveyor.com/api/projects/status/wl30fjnm2rhft6ta/branch/master?svg=true)](https://ci.appveyor.com/project/yanyiwu/cppjieba/branch/master)
## 简介
@ -30,7 +28,7 @@ CppJieba是"结巴(Jieba)"中文分词的C++版本
### 下载和编译
```sh
git clone --depth=10 --branch=master https://github.com/yanyiwu/cppjieba.git
git clone https://github.com/yanyiwu/cppjieba.git
cd cppjieba
git submodule init
git submodule update