docs: mention minimum asio version.

This commit is contained in:
Luca Schlecker 2022-06-12 14:30:02 +02:00 committed by Farook Al-Sammarraie
parent e7a04859fe
commit d27b5bc1bd

View File

@ -3,7 +3,7 @@ Here's how you can install Crow on your favorite GNU/Linux distro.
### Requirements ### Requirements
- C++ compiler with at least C++11 support. - C++ compiler with at least C++11 support.
- Asio development headers. - Asio development headers (1.10.9 or later).
- **(optional)** ZLib for HTTP Compression. - **(optional)** ZLib for HTTP Compression.
- **(optional)** OpenSSL for HTTPS support. - **(optional)** OpenSSL for HTTPS support.
- **(optional)** CMake for building tests, examples, and/or installing Crow. - **(optional)** CMake for building tests, examples, and/or installing Crow.