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

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