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

Compilation and Installation

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Go to the source package directory.
    cd /path/to/sparta
  3. Decompress the source package.
    tar -xvf sparta-7Jan2022.tar.gz
  4. Create a build directory and an install directory.
    cd sparta-7Jan2022/
    mkdir build install
  5. Perform the compilation and installation.
    cmake -DCMAKE_INSTALL_PREFIX=../install /path/to/sparta/sparta-7Jan2022/cmake
    make
    make install