Compiling and Installing BEAST 2
Procedure
- Use PuTTY to log in to the server as the root user.
- Install the Java package.
yum install java-1.8.0-openjdk.aarch64
- Decompress the BEAST 2 installation package.
tar -zxvf BEAST.v2.6.3.Linux.tgz
- Add the environment variable.
export PATH=/path/to/BEAST/beast/bin:$PATH
Parent topic: BEAST2 2.6.3 Porting Guide (CentOS 7.6)