Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Download the installation package.
wget https://github.com/fritzsedlazeck/Sniffles/archive/master.tar.gz -O Sniffles.tar.gz
- Decompress the installation package.
tar -zxvf Sniffles.tar.gz
- Go to the directory generated after the decompression.
cd Sniffles-master
- Create a build folder and switch to the folder.
mkdir build cd build
- Perform the compilation and installation.
cmake ../ make install
Parent topic: Sniffles 1.0.12 Porting Guide (CentOS 7.6)