Rate This Document
Findability
Accuracy
Completeness
Readability

Compilation and Installation

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Decompress the source package.
    cd /path/to/szip
    tar -xvf szip-2.1.1.tar.gz
    cd szip-2.1.1
  3. Set the environment variables.
    export CC=clang CXX=clang++ FC=flang
  4. Create Makefile.
    ./configure --prefix=/path/to/szip
  5. Perform the compilation and installation.
    make
    make install