Rate This Document
Findability
Accuracy
Completeness
Readability

Installing Spglib

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Decompress the Spglib installation package.
    tar -xvf  spglib-1.12.2.tar.gz
  3. Go to the directory generated after the decompression.
    cd spglib-1.12.2
  4. Perform the configuration.
    cmake -DCMAKE_INSTALL_PREFIX="/path/to/EXTRA/SPGLIB"
  5. Perform the installation.
    make -j &&make install