intel 提供的l_cc_p_10.1.015.tar.gz 编译器
按照说明
1. Unpack the compiler package in a directory to which you have write
access.
¦> tar -xvf l_cc_x_10.1.xxx.tar ¦
or
¦> tar -zxvf l_cc_x_10.1.xxx.tar.gz ¦
2. Run the installation script
Execute the install script in the directory where the tar file was
extracted.
¦> cd l_cc_x_10.1.xxx
> ./install.sh ¦
安装成功。然后按照以下
* ¦> source <install-dir>/bin/iccvars.sh(.csh) ¦
to use icc
* ¦> source <idb-install-dir>/bin/idbvars.sh(.csh) ¦
to use idb
进行了环境配置完成后,就可以在vim中使用他来编译了。