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 main program installation directory.
    cd /path/to/picard/picard
  3. Install the dependencies.
    yum install -y java-1.8.0-*
  4. Perform the compilation.
    ./gradlew shadowJar

    After the compilation is complete, the message "BUILD SUCCESSFUL" is displayed.