Installing Libint
Procedure
- Use PuTTY to log in to the server as the root user.
- Run the following commands to decompress the Libint installation package:
cd /path/to/LIBINT tar -xvf libint-release-1-2-0.tar.gz
- Run the following command to go to the directory generated after decompression:
cd libint-release-1-2-0
- Run the following commands to perform the compilation:
mkdir /path/to/LIBINT/build cmake -H. -B/path/to/LIBINT/build -DCMAKE_INSTALL_PREFIX=/path/to/LIBINT/install
- Run the following commands to perform the installation:
cd /path/to/LIBINT/build make -j make install
Parent topic: Configuring the Compilation Environment