mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
modify README.md
This commit is contained in:
parent
1a3f0db371
commit
a55f66da9c
11
README.md
11
README.md
@ -107,17 +107,10 @@ Output:
|
|||||||
|
|
||||||
本项目主要是如下目录组成:
|
本项目主要是如下目录组成:
|
||||||
|
|
||||||
### cppcommon
|
### Limonp
|
||||||
|
|
||||||
主要是一些工具函数,例如字符串操作等。
|
主要是一些工具函数,例如字符串操作等。
|
||||||
make 之后产生一个libcm.a
|
直接include就可以使用。
|
||||||
要使用该libcm.a 只需要在代码里面增加
|
|
||||||
```cpp
|
|
||||||
#include "cppcommon/headers.h"
|
|
||||||
using namespace CPPCOMMON;
|
|
||||||
```
|
|
||||||
在链接时候`-Lcppcommon -lcm` 链接进即可。
|
|
||||||
__详细使用细节请参见demo/目录下的代码__
|
|
||||||
|
|
||||||
### cppjieba
|
### cppjieba
|
||||||
核心目录,包含主要源代码。
|
核心目录,包含主要源代码。
|
||||||
|
Loading…
x
Reference in New Issue
Block a user