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

Installing szip

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Download the installation package.
    cd /path/to/szip
    wget https://support.hdfgroup.org/ftp/lib-external/szip/2.1.1/src/szip-2.1.1.tar.gz
  3. Decompress the installation package and go to the directory generated after the decompression.
    tar xvf szip-2.1.1.tar.gz
    cd szip-2.1.1
  4. Perform the compilation.
    ./configure --prefix=/path/to/szip
    make -j && make install