Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which options should i choose in MinGW setup for a complete c and c++ compiler

I am trying to setup MinGW with NetBeans IDE. I've downloaded mingw-get-setup.exe but i do not understand which packages should i choose for c and c++ compiler. please help

like image 415
user3214878 Avatar asked Sep 06 '25 03:09

user3214878


1 Answers

For basic C/C++ installation you can choose following options from Installation Manager as highlighted :

enter image description here

Msys-Base is not necessary

like image 111
P0W Avatar answered Sep 07 '25 20:09

P0W