Environment Setup

 Windows do not have compiler install for programmer so we need to install it manually as per our environment. Lets Begin it with following steps.




Installation of MinGW

Installation of nano Text editor

If we are going to code we need any of code editor, you can use Microsoft visual studio, Eclipse, Sublime Text editor, Notepad++ or just notepad. But i prefer using nano text editor so you can download it using sourceforge.

Define Path

When you install files above then you need to define from where computer have to execute the required file so that you have to define path.

For Windows 7

  • Right-click Computer on the desktop or Start menu, and select Properties.
  • Click on Advanced system settings.
  • Click on the Environment Variables button.
  • In the System variables section, find the Path variable, click Edit, and add the path to the bin directory of your MinGW installation (e.g., C:\MinGW\bin).
  • Click OK to save and close.
  • For Windows 10

    • Right-click Computer on the desktop or Start menu, and select Properties.
    • Click on Advanced system settings.
    • Click on the Environment Variables button.
    • In the System variables section, find the Path variable, click Edit, and add the path to the bin directory of your MinGW installation (e.g., C:\MinGW\bin).
    • Click OK to save and close.


    0 Comments had been done yet:

    Post a Comment