Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the installation directory of the main program.
cd /path/to/Sambamba
- Decompress the installation package.
tar -xvf sambamba-0.8.2.tar.gz
- Go to the directory generated after the decompression.
cd sambamba-0.8.2
- Perform the compilation and installation.
make
- Check whether an executable file is generated.
ll /path/to/Sambamba/sambamba-0.8.2/bin/
If the following information is displayed, the installation is successful.

- Set the environment variables.
export PATH=/path/to/Sambamba/sambamba-0.8.2/bin:$PATH
Parent topic: Sambamba 0.8.2 Porting Guide (openEuler 20.03)