Skip to content

Simple scripts to automatically install all the basic necessary c and cpp developments tools in windows.

License

Notifications You must be signed in to change notification settings

Vedabahu/CppInstaller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple scripts to automatically install all the basic necessary c and cpp developments tools in windows.

Resources

License

Stars

Watchers

Forks