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

Compiling and Installing BEAST 2

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Install the Java package.
    yum install java-1.8.0-openjdk.aarch64
  3. Decompress the BEAST 2 installation package.
    tar -zxvf BEAST.v2.6.3.Linux.tgz
  4. Add the environment variable.
    export PATH=/path/to/BEAST/beast/bin:$PATH