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

Compiling zstd Manually

The following operations must be performed for the management node and all compute nodes that run on CentOS.

  1. Download https://github.com/facebook/zstd/archive/refs/tags/v1.4.5.zip, upload it to the /opt/omni-operator directory, and decompress it.
    cd /opt/omni-operator
    unzip zstd-1.4.5.zip
  2. Go to the zstd-1.4.5 directory, and compile and install zstd.
    cd zstd-1.4.5/
    make
    sudo make install
  3. Copy the target SO file of zstd to /usr/lib64.
    cp -r /usr/local/lib/libzstd.so.1.4.5 /usr/local/lib/libzstd.so.1 /usr/local/lib/libzstd.so /usr/lib64/