Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the /home directory.
cd /home
- Decompress the SURVIVOR installation package.
tar -zxvf v1.0.6.tar.gz
- Go to the directory generated after the decompression.
cd SURVIVOR-1.0.6/Debug
- Perform the installation.
make
Parent topic: SURVIVOR 1.0.6 Porting Guide (CentOS 8.2)