Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

noob at setting up ICC

arquebus
Beginner
192 Views
I just installed ICC on Linux Mint, but the manual actually says I have to run:
source /opt/intel/bin/compilervars.sh ia32
everytime I want to use ICC on the command line. Im not very good at Linux, so could someone tell me how I set up ICC so its always on the path?
0 Kudos
2 Replies
Alexander_W_Intel
192 Views

The way I use to do that is to add the " source /opt/intel/bin/compilervars.sh ia32" line you already mentioned to the .bashrc file in your home directory. I'm not familiar with Mint linux, but it should work there as well.

Alex

arquebus
Beginner
192 Views
thanks Alex

I just discovered that ICC integrates into the CodeBlocks IDE perfectly by just selecting it in a dropdown menu without having to put ICC in my main path, so I'll call that good enough as CodeBlocks is my favorite IDE.
Reply