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 source package directory.
    cd /path/to/PBSuite
  3. Decompress the installation package and go to the directory generated after the decompression.
    tar xvf PBSuite_15.8.24.tgz
    mv PBSuite_15.8.24 PBSuite
    cd PBSuite
  4. Modify the installation script.
    1. Open setup.sh.
      vim setup.sh
    2. Press i to enter the insert mode and change the content in line 8 to export SWEETPATH=/path/to/PBSuite/PBSuite.
    3. Press Esc, type :wq!, and press Enter to save the file and exit.
  5. Install the script.
    ./setup.sh