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. Go to the installation directory of the main program.
    cd /path/to/Sambamba
  3. Decompress the installation package.
    tar -xvf sambamba-0.8.2.tar.gz
  4. Go to the directory generated after the decompression.
    cd sambamba-0.8.2
  5. Perform the compilation and installation.
    make
  6. 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.

  7. Set the environment variables.
    export PATH=/path/to/Sambamba/sambamba-0.8.2/bin:$PATH