Install Rust on Windows without downloading and installing visual studio build tools c++
Hello all forum members, looking for ways to install the requirements for the cart build tools I came across this video tutorial without installing visual studio build tools c++
All credits to the author
fountain :
It is only necessary to follow the tutorial to install the libraries, necessary complements and likewise configure everything so that it recognizes it when we are going to compile a program with rustc by console
https://www.msys2.org/
The project being used is msys2
A brief description of what it consists of
,MSYS2 is a collection of tools and libraries that provides you with an easy-to-use environment for creating, installing, and running native Windows software.
It consists of a command line terminal called mintty , bash, version control systems like git and subversion, tools like tar and awk, and even build systems like autotools, all based on a modified version of Cygwin . Although some of these core parts are based on Cygwin, the main goal of MSYS2 is to provide a build environment for native Windows software, and the parts that use Cygwin are kept to a minimum. MSYS2 provides up-to-date native builds for GCC, mingw-w64, CPython, CMake, Meson, OpenSSL, FFmpeg, Rust, Ruby, just to name a few.
I hope it works for you
Hello all forum members, looking for ways to install the requirements for the cart build tools I came across this video tutorial without installing visual studio build tools c++
All credits to the author
fountain :
It is only necessary to follow the tutorial to install the libraries, necessary complements and likewise configure everything so that it recognizes it when we are going to compile a program with rustc by console
https://www.msys2.org/
The project being used is msys2
A brief description of what it consists of
,MSYS2 is a collection of tools and libraries that provides you with an easy-to-use environment for creating, installing, and running native Windows software.
It consists of a command line terminal called mintty , bash, version control systems like git and subversion, tools like tar and awk, and even build systems like autotools, all based on a modified version of Cygwin . Although some of these core parts are based on Cygwin, the main goal of MSYS2 is to provide a build environment for native Windows software, and the parts that use Cygwin are kept to a minimum. MSYS2 provides up-to-date native builds for GCC, mingw-w64, CPython, CMake, Meson, OpenSSL, FFmpeg, Rust, Ruby, just to name a few.
I hope it works for you