Rate This Document
Findability
Accuracy
Completeness
Readability

Installing GMP

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Run the following command to decompress the GMP installation package:
    tar -xvf gmp-6.2.0.tar.xz
  3. Run the following commands to perform configuration:
    cd gmp-6.2.0
    ./configure --prefix=/path/to/GMP
  4. Run the following command to perform compilation and installation:
    make -j&&make install