Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the main program installation directory.
cd /path/to/libpng
- Decompress the installation package.
tar xvf libpng-1.6.37.tar.gz
- Go to the directory generated after the decompression.
cd libpng-1.6.37
- Perform the compilation and installation.
./configure --prefix=/path/to/libpng --build=aarch64-unknown-linux-gnu make -j make install
Parent topic: LIBPNG 1.6.37 Porting Guide (Kylin V10)