Tuesday, May 21, 2013

MinGW on NetBeans

7 Steps



  1. download MinGW windows installer
  2. install
  3. add C:\MinGW\bin to PATH
  4. add C:\MinGW\msys\1.0\bin to PATH
  5. in C:\MinGW\msys\1.0\bin, rename make.exe to make_backup.exe
  6. copy C:\MinGW\bin\mingw32-make.exe to C:\MinGW\msys\1.0\bin and inside the director rename the mingw32-make.exe to make.exe
  7. add C:\MinGW\msys\1.0\bin\make. exe as make command in NetBeans

No comments:

Post a Comment