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

Installing zstd

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Run the following commands to decompress the zstd installation package:
    tar -zxvf zstd-1.3.4.tar.gz
  3. Run the following command to switch to the directory generated after the package is decompressed:
    cd zstd-1.3.4
  4. Run the following commands to perform compilation and installation:
    make -j16
    make install
  5. Run the following commands to set the zstd environment variables:
    export LD_LIBRARY_PATH=/path/to/ZSTD/zstd-1.3.4/lib:$LD_LIBRARY_PATH