Difference between revisions of "C Projects in Eclipse"
 (New page: * Download [http://www.eclipse.org/downloads/ Eclipse CDT] - from the list Choose "Eclipse IDE for C/C++ Developers". * Unarchive and run downloaded Eclipse)  | 
				|||
| Line 1: | Line 1: | ||
* Download [http://www.eclipse.org/downloads/ Eclipse CDT] - from the list Choose "Eclipse IDE for C/C++ Developers".  | 
  * Download [http://www.eclipse.org/downloads/ Eclipse CDT] - from the list Choose "Eclipse IDE for C/C++ Developers".  | 
||
* Unarchive and run downloaded Eclipse  | 
  * Unarchive and run downloaded Eclipse  | 
||
* Close "Welcome screen", if you're running Eclipse for the first time  | 
|||
* Choose File > New > C Project  | 
|||
* Type in a name  | 
|||
* Uncheck "Use default location"  | 
|||
* Browse you lab root folder as Location  | 
|||
* Choose "Makefile Project > Empty project" as Project type  | 
|||
* Press "Finish"  | 
|||
* A New proect folder will appear on the left side, right click on it, properties  | 
|||
Revision as of 17:15, 22 November 2009
- Download Eclipse CDT - from the list Choose "Eclipse IDE for C/C++ Developers".
 - Unarchive and run downloaded Eclipse
 - Close "Welcome screen", if you're running Eclipse for the first time
 - Choose File > New > C Project
 - Type in a name
 - Uncheck "Use default location"
 - Browse you lab root folder as Location
 - Choose "Makefile Project > Empty project" as Project type
 - Press "Finish"
 - A New proect folder will appear on the left side, right click on it, properties