mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
docs: mention minimum asio version.
This commit is contained in:
parent
e7a04859fe
commit
d27b5bc1bd
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user