This is a script using which you can easily install C and C++ basic nececities in windows only.
This script downloads and installs the files from WinLibs and adds it to the path. This is done automatically and not much human intervention is required.
This is still a new script and is not yet meature enough. I will develope it furthur and make is more user friendly as time passes.
You have 2 options. You can choose gcc with clang
or only gcc
. If you don't know what you are doing, choose only gcc
.
- Open Powershell. (Not cmd or command prompt)
irm https://raw.githubusercontent.com/Vedabahu/CppInstaller/main/src/run.ps1 | iex
For those who know what they are doing, by not installing the LLVM part, you will not get the applications like:
- clangd
- clang-format etc.