![]() |
| Setting Eclipse CDT for C C++ Development on Linux |
Title : Setting Eclipse CDT for C C++ Development on Linux
Duration : 11:43
Channel : TechLair
Label : Eclipse (Software), GNU/Linux (Operating System), C (Programming Language), Computer Programming (Professional Field), Tutorial, c++, C Programming, C (programming Language), eclipse, gcc, g++, cpp
Duration : 11:43
Channel : TechLair
Label : Eclipse (Software), GNU/Linux (Operating System), C (Programming Language), Computer Programming (Professional Field), Tutorial, c++, C Programming, C (programming Language), eclipse, gcc, g++, cpp
![]() |
![]() |
![]() |
| Setting Eclipse CDT for C C++ Development on Linux |
This Short Tutorial explains hot to set up c/c++ working environment using eclipse CDT on Linux machine. JRE/JDK Download : http://www.oracle.com/technetwork/java/javase/downloads/java-se-jre-7-download-432155.html GCC RPM Download - http://rpm.pbone.net/index.php3/stat/4/idpl/20262963/dir/redhat_el_6/com/gcc-x86_64-linux-gnu-4.7.2-2.aa.20121114svn.el6.1.x86_64.rpm.html Installing RPM rpm -ivh xyz-10292.rpm Download Eclipse : http://www.eclipse.org/downloads/ Step 1 - Extract tar File tar -xzvf eclipse-cpp-kepler-SR2-linux-gtk-x86_64.tar.gz Step 2 - Change Permissions of eclipse chmod -R +r /opt/eclipse /opt - directory where eclipse is extracted please change accordingly Step 3 - Create Eclipse executable on /usr/bin path touch /usr/bin/eclipse chmod 755 /usr/bin/eclipse Add the lines export ECLIPSE_HOME="/opt/eclipse" $ECLIPSE_HOME/eclipse $* Note : replace /opt/eclipse with your eclipse path Step 4 - Create Desktop Launcher vi /usr/share/applications/eclipse.desktop add the lines [Desktop Entry] Encoding=UTF-8 Name=Eclipse Comment=Eclipse SDK 4.2.1 Exec=eclipse Icon=/opt/eclipse/icon.xpm Terminal=false Type=Application Categories=GNOME;Application;Development; StartupNotify=true Eclipse (software),c++,C Programming,C (programming Language),eclipse, gcc, g++, cpp Technology Lair : www.technologylair.org Subscribe : http://www.youtube.com/subscription_center?add_user=technologylair For More Videos : http://www.youtube.com/user/technologylair/videos For Video Tutorials :http://www.youtube.com/playlist?list=PLC71CFFF7A916DCAA For Android : http://www.youtube.com/playlist?list=PLUXK1VpPWQKHI1l-NvM5jvNKKnmNy9eHp For Linux : https://www.youtube.com/playlist?list=PLUXK1VpPWQKHV2xOmjQgUNj3Hrmcslj-H Kalam e Iqbal : http://www.youtube.com/playlist?list=PLF057785BD260F061 Like us on Facebook : https://www.facebook.com/technologylair Tweet us : http://twitter.com/technologylair Follow us : https://plus.google.com/u/0/118196883367288585963/posts Pin us : http://www.pinterest.com/technologylair/



