Domanda

Does anyone know how to use Git Bash to install GCC, or how to install GCC and then register it with Git Bash?

È stato utile?

Soluzione

If executing ccommands through the cli is difficult to you, why are you trying to install a compiler cloning its sourcecode using git, through the command line?

Use an installer, its much simpler. You could use the MinGW enviroment installer, which includes GCC.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top