Rate This Document
Findability
Accuracy
Completeness
Readability

Installing libgd

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Decompress the supplibs package.
    tar xvf supplibs-2.2.1.tar.gz
  3. Go to the directory generated after the decompression.
    cd supplibs-2.2.1/src/gd
  4. Perform the configuration.
    ./configure --prefix=/path/to/libgd --build=aarch64-unknown-linux-gnu
  5. Perform the compilation and installation.
    make
    make install