Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #5

Merged
merged 1 commit into from
Apr 15, 2023
Merged

Update README.md #5

merged 1 commit into from
Apr 15, 2023

Conversation

Dimi8146
Copy link
Contributor

VS Redistributable is not the only prereq, the build tools that come with a full Visual Studio installation are also required, as well as most of the recommended optional features. This is not noticeable on the developer's machine, only reproducible from a fresh one.

I have attached a log for proof.
Error log, post-discovery & pre-fix
Excerpt:

error: linker `link.exe` not found
  |
  = note: program not found

note: the msvc targets depend on the msvc linker but `link.exe` was not found

note: please ensure that Visual Studio 2017 or later, or Build Tools for Visual Studio were installed with the Visual C++ option.

note: VS Code is a different product, and is not sufficient.

https://stackoverflow.com/questions/55603111/unable-to-compile-rust-hello-world-on-windows-linker-link-exe-not-found

This was my powershell script to setup RGB on windows (drop the .txt extension)

This can be slimmed down with msys2 if I understand correctly. Will be investigating.

VS Redistributable is not the only prereq, the build tools that come with a full Visual Studio installation are also required, as well as most of the recommended optional features.

This can be slimmed down with msys2 if I understand correctly. Will be investigating.
@dr-orlovsky
Copy link
Member

Thank you very much for figuring that out!

@dr-orlovsky dr-orlovsky merged commit f2dfe0e into RGB-WG:master Apr 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants