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中使用他来编译了。
intel c++ 在linux下的安装配置
最新推荐文章于 2024-06-28 21:19:07 发布
本文介绍如何安装Intel提供的l_cc_p_10.1.015.tar.gz编译器包,并进行环境配置以便在vim中使用。具体步骤包括解压编译器包、运行安装脚本以及设置环境变量。
5368

被折叠的 条评论
为什么被折叠?



