Skip to content

Commit

Permalink
Update minimum ASIO version requirement in getting started documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
HiGuyJanni authored and gittiver committed Mar 9, 2025
1 parent e6370c5 commit 2d6e1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started/setup/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Here's how you can install Crow on your favorite GNU/Linux distro.

### Requirements
- C++ compiler with at least C++17 support.
- Asio development headers (1.10.9 or later).
- Asio development headers (1.28 or later, up to 1.30).
- **(optional)** ZLib for HTTP Compression.
- **(optional)** OpenSSL for HTTPS support.
- **(optional)** CMake for building tests, examples, and/or installing Crow.
Expand Down

0 comments on commit 2d6e1c1

Please sign in to comment.