Setup Rust on windows without installing Visual Studio IDE!

Pubblicato il: 07 aprile 2025
sul canale di: Suyog Tandel
404
8

Sorry for Bad Audio Quality, I will record the tutorial again with a good mic and publish the video again. I am writing English subtitles for video and will be added soon, for now you can use auto generated subtitles which are quite good.

This tutorial guides you through setting up rust on windows machines without using Visual Studio IDE and the MSVC compiler.

Rust installation Site: www.rust-lang.org/learn/get-started

Mysys2 installation Site: www.msys2.org

config.toml content:
[build]
target = "x86_64-pc-windows-gnullvm"

Rustup Target Add Command:
rustup target add x86_64-pc-windows-gnullvm

Clang64 Command to install Clang:
pacman -S mingw-w64-clang-x86_64-clang

Rustup setup terminal steps:
1. Type in `3` and enter.
2. Type in `2` and enter.
3. Type in `x86_64-pc-windows-gnu` and enter.
4. Type in 'stable' and enter.
5. Type in 'complete' and enter.
6. Type in 'Y' and enter.
7. Finally press enter and rust will be installed.

If you have any queries please ask them in comments and I will clear your doubts. Thank You.


In questa pagina del sito puoi guardare il video online Setup Rust on windows without installing Visual Studio IDE! della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Suyog Tandel 07 aprile 2025, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 404 volte e gli è piaciuto 8 spettatori. Buona visione!