modify README.md

This commit is contained in:
wyy 2013-10-26 09:28:18 -07:00
parent 1a3f0db371
commit a55f66da9c

View File

@ -107,17 +107,10 @@ Output:
本项目主要是如下目录组成:
### cppcommon
### Limonp
主要是一些工具函数,例如字符串操作等。
make 之后产生一个libcm.a
要使用该libcm.a 只需要在代码里面增加
```cpp
#include "cppcommon/headers.h"
using namespace CPPCOMMON;
```
在链接时候`-Lcppcommon -lcm` 链接进即可。
__详细使用细节请参见demo/目录下的代码__
直接include就可以使用。
### cppjieba
核心目录,包含主要源代码。