How to install Make/GCC/G++ on Windows 10/11 - Scoop Package Manager

preview_player
Показать описание
This video walks through the installation of the GNU Compiler Collection (GCC) & make on Windows. After this installation you will have access to the GNU compiler tool-chain with little hassle.

🔔 JOIN THE COMMUNITY 🔔
----------------------------------------

-- Social Links --
Рекомендации по теме
Комментарии
Автор

I can even begin to tell you how much I needed this tutorial. Thank you

TheBusinessDude
Автор

This tutorial is unbelievably underrated 😭

lonelymusicboy
Автор

Thanks. Very good tutorial. Straight foward without bullshit.

matze
Автор

bro is the goat idk i installed the minGw toolchain and it didnt work in powershell dude keep up the work big man

yashsingh
Автор

Bro please, don't stop, u r my hero

nexusprime_here
Автор

I’m so confused at the vi part I don’t have it installed could you go in more detail

IsaiahFisher
Автор

So do I have to do scoop bucket remain it said I have the main bucket

IsaiahFisher
Автор

How come when I right click nothing hapoens

IsaiahFisher
Автор

Scoop requires to work. Please make sure 'C:\Windows\System32' is in your PATH.

KQehzo
Автор

Wow after a long time. How are you man ?

TechBuddy_
Автор

When do you use scoop over things like Chocolatey/choco or winget, or MSYS2/pacman?

Also, with so many compiler/frontend options.. gcc/mingw vs llvm/clang/Zig, Intel's EDG/ICC, to go along with building.. cmake vs meson, maven, gradle, bazel.. that it all gets a bit overwhelming!

For example:
"Make uses Makefiles to make C."

"CMake uses CMakeLists to make Makefiles to make Make make C."


Would be nice to learn one system/tools that will work on a TI-86 calculator, to WIndows XP Mac/Linux, and Android! Maybe the only way is to maintain different docker containers or VMs with the environment for the desired target (and avoid cross-compilation)?

bennguyen
Автор

How did you get a so good looking terminal?

tabdig
Автор

touch : The term 'touch' is not recognized as the name of a cmdlet, function, script file, or operable program. Check
the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ touch makefile
+
+ CategoryInfo : ObjectNotFound: (touch:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

what is this

shalommulat