Linux cainiao learn makeinstall

Source: Internet
Author: User
Linux cainiao learn makeinstall-general Linux technology-Linux technology and application information. The following is a detailed description. The usual installation method is to execute the following command from the directory of the source code installation package:
Tar xzvf soft1.tar.gz

If bz2 ends, use
Tar jzvf soft1.tar.bz2

Then
Cd soft1
#./Configure # configuration #
Make # Call make #
Make install # install source code #

The usual installation method is to execute the following command from the directory of the source code installation package:

Extract
Tar-zxvf soft1.tar.gz

If the end of bz2 is used instead (change the first letter z to j)
Tar-jxvf soft1.tar.bz2

Then
Cd soft1
#./Configure # Check the environment and configure the compilation conditions. One decimal point and one oblique line cannot be saved #
Make # Call make to start compilation #
Sudo make install # install the binary program code as an administrator #

Uninstall software:
# Sudo make uninstall)

Only temporary files generated when make is deleted (under soft1 ):
# Make clean

Delete temporary files generated by configure and make at the same time (under soft1)
# Make distclean
Related Article

Contact Us

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

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.