& Nbsp; 1. copy the installation file to your Directory. if you log on as root, copy the software to/root. Unzip cpxxx.tar.gz/root2, decompress. Unzip tarxvzfxxx.tar.gz or double-click extract. 3. check the compilation. #./Configure4. check passed
1. copy the installation file to your Directory. if you log on as root, copy the software to/root.
# Cp xxx.tar.gz/root
2. decompress the package.
# Tar xvzf xxx.tar.gz
Or double-click to decompress the package.
3. check the compilation.
#./Configure
4. after the check is passed, the MakeFile file for compilation will be generated. In this case, you can start compiling.
# Make.
5. after compilation, start installation.
# Make install
6. after installation, clear the temporary files generated during compilation and files generated during configuration.
# Make clean
# Make distclean
So far, the installation is complete.
If you want to uninstall the SDK, run make uninstall.