Rate This Document
Findability
Accuracy
Completeness
Readability

Installing Libxc

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Decompress the Libxc installation package.
    tar -xvf libxc-4.3.4.tar.gz
  3. Go to the directory generated after the decompression.
    cd libxc-4.3.4
  4. Perform the configuration.
    ./configure  AR=ar  FC=flang  F77=flang  F90=flang  CC=clang
    --prefix=/path/to/EXTRA/LIBXC
  5. Perform the installation.
    make
    make install