fix(docs): use ucrt64 doxygen for msys2 (#3514)
This commit is contained in:
@@ -83,12 +83,12 @@ pacman -Syu
|
|||||||
##### Install dependencies
|
##### Install dependencies
|
||||||
```bash
|
```bash
|
||||||
dependencies=(
|
dependencies=(
|
||||||
"doxygen" # Optional, for docs
|
|
||||||
"git"
|
"git"
|
||||||
"mingw-w64-ucrt-x86_64-boost" # Optional
|
"mingw-w64-ucrt-x86_64-boost" # Optional
|
||||||
"mingw-w64-ucrt-x86_64-cmake"
|
"mingw-w64-ucrt-x86_64-cmake"
|
||||||
"mingw-w64-ucrt-x86_64-cppwinrt"
|
"mingw-w64-ucrt-x86_64-cppwinrt"
|
||||||
"mingw-w64-ucrt-x86_64-curl-winssl"
|
"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-graphviz" # Optional, for docs
|
||||||
"mingw-w64-ucrt-x86_64-miniupnpc"
|
"mingw-w64-ucrt-x86_64-miniupnpc"
|
||||||
"mingw-w64-ucrt-x86_64-nlohmann-json"
|
"mingw-w64-ucrt-x86_64-nlohmann-json"
|
||||||
|
|||||||
Reference in New Issue
Block a user