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.