Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the main program installation directory.
cd /path/to/picard/picard
- Install the dependencies.
yum install -y java-1.8.0-*
- Perform the compilation.
./gradlew shadowJar
After the compilation is complete, the message "BUILD SUCCESSFUL" is displayed.
Parent topic: Picard 2.27.3 Porting Guide (Kylin V10)