Setup Rust on windows without installing Visual Studio IDE!

Publicado em: 07 Abril 2025
no canal de: 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.


Nesta página do site você pode assistir ao vídeo on-line Setup Rust on windows without installing Visual Studio IDE! duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Suyog Tandel 07 Abril 2025, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 404 vezes e gostou 8 espectadores. Boa visualização!