Basic installation of tar in Linux-general Linux technology-Linux technology and application information. For more information, see. 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.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service