-
Notifications
You must be signed in to change notification settings - Fork 892
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
Instructions provided by rustup-init.exe don't lead to a working install anymore #1454
Comments
Hmm https://www.visualstudio.com/downloads/ refers me to https://visualstudio.microsoft.com/vs/older-downloads/ for older versions. Clicking on the download button on that page requires me to log in to a microsoft account after which I am greeted by this page: The old downloads don't seem to have an option for the community edition which might be why. |
Further googling turned up this page https://www.microsoft.com/en-us/download/details.aspx?id=48159 which allows you to download "Microsoft Build Tools 2015" |
Compiling with cargo now spews out massive |
For reference: |
I managed to get things working by getting the microsoft-visual-cpp-build-tools from chocolatey: https://chocolatey.org/packages/microsoft-visual-cpp-build-tools |
Thanks, Microsoft, for breaking your URLs. It seems hard to find a reliable URL to point to for the 2015 build tools, so we could probably start recommending the 2017 ones: https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2017 Though who knows how long that URL will survive. |
There's also this URL: https://go.microsoft.com/fwlink/?linkid=840931. I'm not a Microsofter but I believe |
Should be fixed in 1.12 |
The Windows installer suggests downloading the Visual C++ Build Tools 2015 from https://landinghub.visualstudio.com/visual-cpp-build-tools which gives a 404.
A quick google didn't manage to turn up any working links to the standalone installer.
The text was updated successfully, but these errors were encountered: