Skip to content

Commit

Permalink
fix(docs): use ucrt64 doxygen for msys2 (#3514)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrogTheFrog authored Jan 4, 2025
1 parent 151ff8f commit 65878af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 65878af

Please sign in to comment.