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.
- Obtain the zstd-1.4.5 installation package and download it to the /root/glz directory.
- Check whether the .zip file is damaged and verify the integrity of the installation package.
- Check whether the .zip file is damaged.
1unzip -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.
- Verify the integrity of the installation package.
1unzip -l zstd-1.4.5.zip


Check the size and number of files in the .zip package.
- Check whether the .zip file is damaged.
- Decompress the installation package.
1unzip zstd-1.4.5.zip
Parent topic: Compiling the Compression Algorithm
