Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Decompress the source package.
cd /path/to/szip tar -xvf szip-2.1.1.tar.gz cd szip-2.1.1
- Set the environment variables.
export CC=clang CXX=clang++ FC=flang
- Create Makefile.
./configure --prefix=/path/to/szip
- Perform the compilation and installation.
make make install
Parent topic: szip 2.1.1 Porting Guide (Kylin V10)