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

Compilation and Installation

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Install the dependencies.
    yum install -y ant java-1.8.0-* autoconf automake
  3. Go to the installation directory and decompress the installation package.
    cd /path/to/prottest
    tar -xvf 3.4.2-release.tar.gz
    cd prottest-3.4.2-release
  4. Create a build file.
    ant jar

    The message "BUILD SUCCESSFUL" is displayed.