Monday 15 October 2012

Setting up Eclipse IDE on Linux

Today i have settled eclipse environment on my linux machine and installed c,c++ and python plugin to work with it.

Simple steps i followed:-

1. Installed eclipse classic from eclipse.org

2. Then  Help->Install Software Installed CDT (C,C++ development tool)
Add           http://download.eclipse.org/tools/cdt/releases/helios
Name        CDT
click finish to install it with your Eclipse ide

3. Executed Hello world in cpp and checked the environment


4. Then Help-> Install Software then settled python environment.
Add                 http://pydev.org/updates
Name              PyDev
and finish


Now my eclipse platform is ready to make projects in Java, C , C ++ and Python

These days trying out some basic stuff in Python, hope that eclipse environment will provide much more power to my programs.

No comments:

Post a Comment