Вы находитесь на странице: 1из 14

Eclipse 3.8 Installation in Ubuntu 14.

04
Introduction
● Eclipse  is  an  Integrated  Development 
Environment or IDE. 
● The  Eclipse  was  originally  created  by  IBM, 
but  the  Eclipse  Foundation  has  since  taken 
over direction and development of the project.
● Eclipse  started  out  as  a  Java  IDE,  but  has 
since grown into much more. 
Eclipse 3.8 Installation
● $ sudo apt­get install eclipse eclipse­cdt g++

* Wait for the installation to complete


Launch Eclipse
● Open a new terminal and type
$ eclipse
● Wait for the eclipse launch window
● Assign folder for your Project
Eclipse Platform
Eclipse Platform

● Go to File >> New>> Project
Create a new C++ Project

Select C++ project and click “Next”
Select C++ project type

● Enter a Project Name
● Select an executable
● Click on Next
Basic Project Properties

● Enter the Author name and copyright info if required. Otherwise left 
those fields blank
Select Configurations

● De­select the Release tick mark 
● Click on Next button
Final step

● Keep the spaces blank ● Click on Yes


● Click on finish
Eclipse Platform
You are Ready to go with C++ Programming

Reference: http://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/lunasr2

Вам также может понравиться