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. Download the installation package.
    wget https://github.com/fritzsedlazeck/Sniffles/archive/master.tar.gz -O Sniffles.tar.gz
  3. Decompress the installation package.
    tar -zxvf Sniffles.tar.gz
  4. Go to the directory generated after the decompression.
    cd Sniffles-master
  5. Create a build folder and switch to the folder.
    mkdir build
    cd build
  6. Perform the compilation and installation.
    cmake ../
    make install