How to Configure C/C++ MinGW Compiler and How to set Path.

How to Configure C/C++ MinGW Compiler and How to set Path.

Install C/C++ MinGW Compiler.

  1. To Download MinGW follow the link : https://sourceforge.net/projects/mingw/
  2. Click on Downloaded .exe to Proceed.
  3. Click on Install

  1. Click on Continue

  1. Click on Continue

  1. Click on Compiler name and select as Mark for Installation.

  1. Go to Installation on Menu Bar and Click on Apply Changes.

  1. Click on Apply then Close the Dialog Box.


  1. Go to Installation on Menu Bar and Click on Update Catalogue then Close the Dialog Box.




Set Path in Environment Variables.

  1. Copy the binary file Path of MinGW, Go to C:\MinGW\bin.

  1. Search Environment Variable followed by window key.

  1. Click on Environment Variable.

  1. Go to System Variables, Click on Path and Click on Edit.

  1. Click on New and Paste Path.

  1. Provide Confirmation followed by OK in all Dialog Box.

    • Related Articles

    • How to configure Extreme Networks X620-16P - Switch

      Configure the Management IP Connect a management station to the console port using either an Ethernet to serial adapter or DB-9 serial cable. Using PuTTY, or other terminal emulator, connect to the switch using serial port connection. Be sure that ...
    • Set up RAID 0 using mdadm

      Steps to configure RAID 0 in Centos7. Code lsblk yum install -y mdadm mdadm --create --verbose /dev/md0 --level=0 --raid-devices=2 /dev/sdb /dev/sdc mkfs.ext4 /dev/md0 mkdir /mnt/raid0-drive mount /dev/md0 /mnt/raid0-drive df -h Code Summary LSBLK: - ...
    • The customer is not able to configure the RAID on supermicro Server.

      Issues: Unable to find the option to configure RAID on the NVMe drives. Model No.: SYS-220BT-HNTR AS-1125HS-TNR Solution: 1) Server Model: 1125HS-TNR It is AMD system, it does not support NVME raid nor VROC key. It only has SAS hard drive raid with ...
    • Configure NFS in linux

      What is NFS? Network File System (NFS) is a networking protocol for distributed file sharing. A file system defines the way data in the form of files is stored and retrieved from storage devices, such as hard disk drives, solid-state drives and tape ...
    • Configure CAPsMAN on MikroTik Switch

      Configure CAPsMAN on MikroTik Switch What is CAPsMAN CAPsMAN allows us to centrally manage multiple Access Points (APs) from a single point. We can centrally configure wireless settings such as SSID, security settings, channel, transmit power, and ...