Rate This Document
Findability
Accuracy
Completeness
Readability

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.

    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