Skip to content

Commit 0c965d4

Browse files
committed
Update README's description of OpenSSL requirement.
1 parent 7a9c71b commit 0c965d4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ int main()
4949
* This project supports `Linux`, `macOS`, `Windows`, `Android` and other operating systems.
5050
* `Windows` version is currently released as an independent [branch](https://github.com/sogou/workflow/tree/windows), using `iocp` to implement asynchronous networking. All user interfaces are consistent with the `Linux` version.
5151
* Supports all CPU platforms, including 32 or 64-bit `x86` processors, big-endian or little-endian `arm` processors, `loongson` processors.
52-
* Master branch requires SSL and `OpenSSL 1.1` or above is recommended. Fully compatible with BoringSSL. If you don't like SSL, you may checkout the [nossl](https://github.com/sogou/workflow/tree/nossl) branch.
52+
* Master branch requires `OpenSSL 1.1` or above, and BoringSSL is fully compatible. If you don't like SSL, you may checkout the [nossl](https://github.com/sogou/workflow/tree/nossl) branch.
5353
* Uses the `C++11` standard and therefore, it should be compiled with a compiler which supports `C++11`. Does not rely on `boost` or `asio`.
5454
* No other dependencies. However, if you need `Kafka` protocol, some compression libraries should be installed, including `lz4`, `zstd` and `snappy`.
5555

README_cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ int main()
4444
* 项目支持``Linux````macOS````Windows````Android``等操作系统。
4545
* ``Windows``版以[windows](https://github.com/sogou/workflow/tree/windows)分支发布,使用``iocp``实现异步网络。用户接口与``Linux``版一致。
4646
* 支持所有CPU平台,包括32或64位``x86``处理器,大端或小端``arm``处理器,国产``loongson``龙芯处理器实测支持。
47-
* 需要依赖于``OpenSSL``,推荐``OpenSSL 1.1``及以上版本
47+
* 需要依赖于``OpenSSL 1.1``或以上版本,也兼容BoringSSL
4848
* 不喜欢SSL的用户可以使用[nossl](https://github.com/sogou/workflow/tree/nossl)分支,代码更简洁。
4949
* 项目使用了``C++11``标准,需要用支持``C++11``的编译器编译。但不依赖``boost````asio``
5050
* 项目无其它依赖。如需使用``kafka``协议,需自行安装``lz4````zstd````snappy``几个压缩库。

0 commit comments

Comments
 (0)