Rate This Document
Findability
Accuracy
Completeness
Readability

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