1. Install CDT plugin
Help -> Install New Software

Add Repository -> http://download.eclipse.org/tools/cdt/releases/[REALEASE_VERSION]

Check and install plugins

2. Install MinGW
Intall MinGW or cygwinDownload MinGW -> https://sourceforge.net/projects/mingw/files/Installer/

Execute Installer

3. Setup Envionment Variable
Add %MinGW_HOME%/bin in $PATH%

4. Create C Project
New Project -> C/C++ -> C Project

5. Create C Source File and Compile


No comments:
Post a Comment