Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
str2num committed Nov 30, 2018
1 parent e11b3d3 commit ef9a114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
+ 依赖libev-4.22或者以上版本
+ openssl版本不低于1.0.0

### 主要功能说明
### 主要功能
+ 常用的字符串处理, 比如字符串分割、字符串和数字类型之间的转换等等
+ 常用的一些算法实现,比如crc32, md5, sha1, base64等等
+ sigslot机制的实现,支持多线程并且是线程安全的
Expand All @@ -28,7 +28,7 @@
本库的编译采用了buildmake工具,可以帮助你生成Makefile文件,buildmake是一个使用非常简单的编译环境构建工具,推荐使用。
buildmake使用教程:https://github.com/str2num/buildmake

#### 编译libev-4.11及其以上版本
#### 编译libev-4.22及其以上版本
如果你的系统是Ubuntu 16.04.4 LTS或者类似版本,你可以跳过该步骤,该项目已经提供Ubuntu 16.04.4 LTS平台下编译好的libev库,位于项目的deps目录下。
如果你不是以上系统,你可能需要下载安装libev-4.22, github地址:https://github.com/enki/libev
libev库安装成功之后,请按照要求将libev库的include和lib目录放置到项目的deps目录下。
Expand Down

0 comments on commit ef9a114

Please sign in to comment.