Intel has come up with a dated documentation on Using Intel Compilers with Eclipse IDE on Linux. Still useful to give an idea of how to integrate the intel compilers to Eclipse
Intel® C++ Compiler for Linux* - Using Intel® Compilers with the Eclipse* IDE [PDF]
Windows,Android,Linux,Apple Mac,Iphone,Ipad,Tips and Tricks,tutorial for Problem.Repair,Recovery,data,Troubleshooting,Computer Help,Software,Tweak Computers,Guide to Windows,linux and software Install guide.MotherBoard repair,Hardware.GSM,Phone,Wireless,WIFI,Msn,Ubuntu.Blogger tips....
Showing posts with label IDE. Show all posts
Showing posts with label IDE. Show all posts
Eclipse Integrated Development Environment ( IDE ) for Linux
What is Eclipse?
- It is a vendor-neutral open source workbench for multi-language development.
- Extensible platform for tool integration
- Plugin-in based framework to create, integrate and utilise software tools.
It has several packages which includes
- Eclipse IDE for Java EE Developers
- Eclipse IDE for Java PHP Developers
- Eclipse IDE for C/C++ Developers
- Eclipse IDE for JavaScript Web Developers
- Eclipse IDE for C/C++ Linux Developers (includes Incubating components)
- ....and many more
Installing eclipse on CentOS 5.x. First you need Java 1.5 and above
# yum install java*
Download the Linux version from Eclipse Download. In my case, I downloaded the "Eclipse IDE for C/C++ Developers"
# tar -zxvf eclipse-cpp-helios-linux-gtk-x86_64.tar.gz
If you wish to put eclipse in a common location for common use, put the extracted directory to /usr/local/ or any place of your choice. After placing the eclipse, remember to path it
# touch /etc/profile.d/eclipse.sh
At /etc/profile.d/eclipse.sh
# PATH=$PATH:/usr/local/eclipse
Source eclipse.sh
# source /etc/profile.d/eclipse.sh
Launch the eclipse application
# eclipse
Subscribe to:
Posts (Atom)