cppalliance / mrdocs

MrDocs: A Clang/LLVM tool for building reference documentation from C++ code and javadoc comments.
https://mrdocs.com
Other
66 stars 16 forks source link

Use official dependency releases #559

Closed alandefreitas closed 3 months ago

alandefreitas commented 3 months ago

This PR is a continuation of #552 as an intermediary step to fix #547. It updates the CI workflow and the installation instructions so that they do not necessarily depend on VcPkg (although it's still an option) to install dependencies. The motivation is to be able to customize how these dependencies are built to later be able to build MrDocs with one of the strategies listed in #547.