gcc (MinGW-W64 x86_64-msvcrt-posix-seh, built by Brecht Sanders) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Rust Visual C++ prerequisites
Rust requires a linker and Windows API libraries but they don't seem to be
available.
These components can be acquired through a Visual Studio installer.
1) Quick install via the Visual Studio Community installer
(free for individuals, academic uses, and open source).
2) Manually install the prerequisites
(for enterprise and advanced users).
3) Don't install the prerequisites
(if you're targeting the GNU ABI).
>
WelcometoRust!ThiswilldownloadandinstalltheofficialcompilerfortheRustprogramminglanguage,anditspackagemanager,Cargo.RustupmetadataandtoolchainswillbeinstalledintotheRustuphomedirectory,locatedat:D:\environment\rustupThiscanbemodifiedwiththeRUSTUP_HOMEenvironmentvariable.TheCargohomedirectoryislocatedat:D:\environment\cargoThiscanbemodifiedwiththeCARGO_HOMEenvironmentvariable.Thecargo,rustc,rustupandothercommandswillbeaddedtoCargo's bin directory, located at:D:\environment\cargo\binThispathwillthenbeaddedtoyourPATHenvironmentvariablebymodifyingtheHKEY_CURRENT_USER/Environment/PATHregistrykey.Youcanuninstallatanytimewithrustupselfuninstallandthesechangeswillbereverted.Currentinstallationoptions:defaulthosttriple:x86_64-pc-windows-msvcdefaulttoolchain:stable(default)profile:defaultmodifyPATHvariable:yes1)Proceedwithstandardinstallation(default-justpressenter)2)Customizeinstallation3)Cancelinstallation>
I'm going to ask you the value of each of these installation options.
You may simply press the Enter key to leave unchanged.
Default host triple? [x86_64-pc-windows-msvc]