Windows: Missing VC runtime issue
coderofstuff opened this issue · 0 comments
coderofstuff commented
Impact: All windows users without VCRedist installed
Users on windows encounter this upon running kaspad
Workaround for now is to install VCRedist following the doc at: https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2015-2017-2019-and-2022
Possible solutions:
- Update the GitHub action that builds kaspad in windows to ensure it builds a fully standalone app
- Update README.md to include the VCRedist installation step