Installing GMP
Procedure
- Use PuTTY to log in to the server as the root user.
- Run the following command to decompress the GMP installation package:
tar -xvf gmp-6.2.0.tar.xz
- Run the following commands to perform configuration:
cd gmp-6.2.0 ./configure --prefix=/path/to/GMP
- Run the following command to perform compilation and installation:
make -j&&make install
Parent topic: Configuring the Compilation Environment