Installing libgd
Procedure
- Use PuTTY to log in to the server as the root user.
- Decompress the supplibs package.
tar xvf supplibs-2.2.1.tar.gz
- Go to the directory generated after the decompression.
cd supplibs-2.2.1/src/gd
- Perform the configuration.
./configure --prefix=/path/to/libgd --build=aarch64-unknown-linux-gnu
- Perform the compilation and installation.
make make install
Parent topic: Configuring the Compilation Environment