About 168,000 results
Open links in new tab
  1. How to install Rust via CLI on Windows? - Stack Overflow

    Aug 19, 2022 · 3 Install it with scoop for easier package management on your system with a single command: GNU toolchain scoop install rustup-gnu rustup toolchain install stable-x86_64-pc-windows …

  2. windows - Step by step instruction to install Rust and Cargo for mingw ...

    The Using Rust on Windows page you linked to dates from before rustup replaced the installer as the default option to install Rust. Installers are still available, but you should use rustup if possible, …

  3. gcc - Rust installation on Windows - Stack Overflow

    Mar 8, 2017 · Rust takes up 900 MB after installation, when using "x86_64-pc-windows-msvc" (for a "Microsoft C++ Build Tools" install). For a better Rust experience inside VS Code it is recommended …

  4. What does Rust (for Windows) need Windows build tools/Visual Studio …

    May 29, 2024 · To compile programs into an exe file, Rust requires a linker, libraries and Windows API import libraries So the Visual Studio build tools are required for creating the final executable and …

  5. compiler errors - Unable to compile Rust hello world on Windows: …

    Apr 10, 2019 · The fact that we have to install 5GB of build tools, just to compile "Hello, world" on Windows, is beyond ridiculous. Linux FTW

  6. How to get `dlltool.exe` for Rust GNU toolchain on Windows?

    May 27, 2025 · When adding the target i686-pc-windows-gnu, rustup only installs rust-std, not rust-mingw. To cross-compile we need mingw component. When manually downloaded and copied rust …

  7. linker `link.exe` not found on Rust(MSVC) windows 11 installation

    Mar 9, 2024 · 3 I ended up installing C++ Desktop development kit from visual studio installer, which was a hard decision for me. I wanted to manage everything from inside winget, but I guess that's not …

  8. How to work with OpenSSL for Rust within a Windows development …

    Apr 30, 2019 · I can't build my Rust project when I add an SSL dependency in my cargo file. This isn't new to Windows, but I'd like to resolve the issue such that I can use Powershell and native Windows …

  9. proxy - How can I install Rust using rustup on Windows when behind a ...

    Mar 17, 2017 · How can I install Rust using rustup on Windows when behind a firewall? Asked 8 years, 9 months ago Modified 4 years, 2 months ago Viewed 24k times

  10. Issue with installing packages with pip: "Cargo, the Rust package ...

    When I tried to install the rust compiler on the alpine container, my pip package (solana dependency - solders) took forever to compile. The only solution I found was to use python:3.12-bookworm instead.