Installing szip
Procedure
- Use PuTTY to log in to the server as the root user.
- 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
- 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
- Perform the compilation.
./configure --prefix=/path/to/szip make -j && make install
Parent topic: Configuring the Compilation Environment