Rate This Document
Findability
Accuracy
Completeness
Readability

Installing GMP

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Decompress the GMP installation package.
    tar -xvf gmp-6.2.0.tar.xz
  3. Go to the directory generated after the decompression.
    cd gmp-6.2.0
  4. Perform the configuration.
    ./configure --prefix=/path/to/GMP --enable-cxx
  5. Perform the installation.
    make -j && make install