Rate This Document
Findability
Accuracy
Completeness
Readability

Installing szip

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Decompress the szip installation package.
    tar -zxvf szip-2.1.1.tar.gz
  3. Go to the directory generated after the decompression.
    cd szip-2.1.1
  4. Perform the configuration.
    ./configure --prefix=/path/to/SZIP
  5. Perform the compilation and installation.
    make -j 64
    make install
  6. Load the szip environment variables.
    export LD_LIBRARY_PATH=/path/to/SZIP/lib:$LD_LIBRARY_PATH