Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the source package directory.
cd /path/to/PBSuite
- 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
- Modify the installation script.
- Open setup.sh.
vim setup.sh
- Press i to enter the insert mode and change the content in line 8 to export SWEETPATH=/path/to/PBSuite/PBSuite.
- Press Esc, type :wq!, and press Enter to save the file and exit.
- Open setup.sh.
- Install the script.
./setup.sh
Parent topic: PBSuite 15.8.24 Porting Guide (Kylin V10)