Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Install the dependencies.
yum install -y ant java-1.8.0-* autoconf automake
- 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
- Create a build file.
ant jar
The message "BUILD SUCCESSFUL" is displayed.
Parent topic: ProtTest 3.4.2 Porting Guide (Kylin V10)