我要评分
获取效率
正确性
完整性
易理解

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