Tutorial
Step 4: Download and Install the Package
In this step, you will download and unpack the Intel® TCC Tools package on your development host system.
If you have not downloaded the package, click the Download option from the Product Page.
On your development host system, make the package shell script executable. Replace <version> as appropriate.
chmod +x ./l_tcc_tools_<version>_offline.sh
Extract the installer into the current directory. Replace <version> as appropriate.
./l_tcc_tools_<version>_offline.sh -x -f ./
NOTE:You may not see any output on the screen for about 30 seconds.Go to the directory containing the extracted files. Replace <version> as appropriate.
cd l_tcc_tools_<version>_offline
Make the install shell script executable:
chmod +x ./install.sh
The following command will install the files in these locations:
If the command is executed without root privileges: ~/intel/tcc_tools/<version>.
If the command is executed with root privileges: /opt/intel/tcc_tools/<version>.
In this command, you are accepting the end user license agreement (EULA). To view the license, go to ./l_tcc_tools_<version>_offline/license.txt or End User License Agreements.
Run the following command to install the files:
./install.sh --action=install --eula=accept --intel-sw-improvement-program-consent=no --silent
After you have installed the product using the command above, the third-party-programs.txt referenced in the EULA is available in ~/intel/tcc_tools/latest/licensing/third-party-programs.txt.
Source the environment file to set up environment variables for Intel® TCC Tools.
Because subsequent steps use the environment variables set up in this terminal window, continue to use this terminal window to complete those steps. If you use a new terminal window, you will need to run this command again to set up environment variables in the new terminal window.
source ~/intel/tcc_tools/latest/env/vars.sh
The Set Up Environment Variables section in the Developer Guide contains a list of the environment variables that are set.