Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 870 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 870 Bytes

C and C++ Compiler Installer

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.

Usage

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

Warning

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.