intel c++ 在linux下的安装配置

来源:互联网 发布:您的网络已被劫持 编辑:程序博客网 时间:2024/06/05 11:13

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中使用他来编译了。

原创粉丝点击