我要评分
获取效率
正确性
完整性
易理解

Installing Libxc

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Run the following command to decompress the Libxc installation package:
    tar -xvf libxc-4.3.4.tar.gz
  3. Run the following command to switch to the directory generated after decompression:
    cd libxc-4.3.4
  4. Run the following command to perform configuration:
    ./configure FC=gfortran CC=gcc --prefix=/path/to/EXTRA/libxc434
  5. Run the following commands to perform compilation:
    make
    make install