-
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
I think the documentation should mention the need for Git and specific Visual C++ Redistributable versions.
When installing on a fresh Windows 11 system, I ran into two issues:
- Missing Git - The install script clearly indicated this in the output, and it was easily resolved with:
winget install --id Git.Git -e --source winget- Missing MSVCR120.dll - Even though Windows 11 already included the 2015+ redistributables, after installation of rbenv and using Ruby (version 3.4.7-1), running
ruby --versiongave the following error:
The code execution cannot proceed because MSVCR120.dll was not found. Reinstalling the program may fix the problem.
I fixed this by installing the 2013 redistributable:
winget install --id Microsoft.VCRedist.2013.x64 -e --source wingetIt might help new users if the documentation briefly mentioned these dependencies and how to install them using winget. Also of note, I did not install 7zip and everything seemed to install and work fine without it.
Metadata
Metadata
Assignees
Labels
No labels