Rate This Document
Findability
Accuracy
Completeness
Readability

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