Installing Libxc
Procedure
- Use PuTTY to log in to the server as the root user.
- Decompress the Libxc installation package.
tar -xvf libxc-4.3.4.tar.gz
- Go to the directory generated after the decompression.
cd libxc-4.3.4
- Perform the configuration.
./configure AR=ar FC=flang F77=flang F90=flang CC=clang --prefix=/path/to/EXTRA/LIBXC
- Perform the installation.
make make install
Parent topic: Configuring the Compilation Environment