fix(docs): use ucrt64 doxygen for msys2 (#3514)

This commit is contained in:
Lukas Senionis 2025-01-04 15:57:03 +02:00 committed by GitHub
parent 151ff8f2b9
commit 65878af8ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,12 +83,12 @@ pacman -Syu
##### Install dependencies
```bash
dependencies=(
"doxygen" # Optional, for docs
"git"
"mingw-w64-ucrt-x86_64-boost" # Optional
"mingw-w64-ucrt-x86_64-cmake"
"mingw-w64-ucrt-x86_64-cppwinrt"
"mingw-w64-ucrt-x86_64-curl-winssl"
"mingw-w64-ucrt-x86_64-doxygen" # Optional, for docs... better to install official Doxygen
"mingw-w64-ucrt-x86_64-graphviz" # Optional, for docs
"mingw-w64-ucrt-x86_64-miniupnpc"
"mingw-w64-ucrt-x86_64-nlohmann-json"