From d27b5bc1bda2ccce9e8734c8aeba26bafa55be0a Mon Sep 17 00:00:00 2001 From: Luca Schlecker Date: Sun, 12 Jun 2022 14:30:02 +0200 Subject: [PATCH] docs: mention minimum asio version. --- docs/getting_started/setup/linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/setup/linux.md b/docs/getting_started/setup/linux.md index 0f45cb5a8..40eb85ad5 100644 --- a/docs/getting_started/setup/linux.md +++ b/docs/getting_started/setup/linux.md @@ -3,7 +3,7 @@ Here's how you can install Crow on your favorite GNU/Linux distro. ### Requirements - 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)** OpenSSL for HTTPS support. - **(optional)** CMake for building tests, examples, and/or installing Crow.