cppalliance / mrdocs

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

Docs: vcpkg wrong command #524

Closed anarthal closed 3 months ago

anarthal commented 9 months ago

In file: https://mrdox.com/mrdocs/install.html

The commands:

vcpkg.exe fmt zlib libxml2[tools] --triplet x64-windows
./vcpkg fmt zlib libxml2[tools]

Are missing the install command. Should be:

vcpkg.exe install fmt zlib libxml2[tools] --triplet x64-windows
./vcpkg install fmt zlib libxml2[tools]
anarthal commented 9 months ago

Note that this command is also missing duktape as dependency.

alandefreitas commented 3 months ago

Fixed in ab437568