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

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.