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

Installing gau2grid

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Run the following commands to decompress the gau2grid installation package:
    cd /path/to/GAU2GRID
    tar -xvf gau2grid-1.3.0.tar.gz
  3. Run the following command to go to the directory generated after decompression:
    cd gau2grid-1.3.0
  4. Run the following commands to perform the compilation:
    mkdir /path/to/GAU2GRID/build
    cmake -H. -B/path/to/GAU2GRID/build -DCMAKE_INSTALL_PREFIX=/path/to/GAU2GRID/install
  5. Run the following commands to perform the installation:
    cd /path/to/GAU2GRID/build
    make -j
    make install