Compile the source code package as the tgz package.

Source: Internet
Author: User
Compile the source code package as the tgz package-general Linux technology-Linux technology and application information. The following is a detailed description. Step 1: Create a preparation directory:
# Mkdir/tgz
# Mkdir/tgz/scripts
# Mkdir/tgz/builds

Step 2: Decompress the downloaded source code package:
# Tar-zxvf test.tar.gz

Step 3: Configure and compile the source package:
# Cd test
#./Configure -- prefix =/usr
# Make

Step 4: Install the package to the prepared directory:
# Make install -- prefix =/tgz

Step 5: Create a tgz package (we recommend that you name it according to the standard package name ):
# Cd/tgz/builds
# Makepkg test. tgz

BTW: the time it took to compile the scim source code package was unexpected. It was much easier to create the tgz package. It was indeed quite good to easily install PKG scim. tgz each time.
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.