我要评分
获取效率
正确性
完整性
易理解

Obtaining Compilation Dependencies

Before using the open source code, you must fully understand its risks. The provider of the open source code is not liable for any loss caused by the code.

  1. Obtain the zstd-1.4.5 installation package and download it to the /root/glz directory.

    Download link: https://github.com/facebook/zstd/tree/v1.4.5

    The downloaded installation package must be of the zstd-1.4.5 community version.

  2. Check whether the .zip file is damaged and verify the integrity of the installation package.
    1. Check whether the .zip file is damaged.
      1
      unzip -t zstd-1.4.5.zip
      

      If the information shown in the red box is displayed, the installation package is not damaged. If an error is reported in the command output, the installation package may be damaged. Download and decompress the package again.

    2. Verify the integrity of the installation package.
      1
      unzip -l zstd-1.4.5.zip
      

      Check the size and number of files in the .zip package.

  3. Decompress the installation package.
    1
    unzip zstd-1.4.5.zip