Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Install the Qt5 dependency.
yum install qt5 qt5-devel
- Go to the main program installation directory.
cd clustalx/
- Perform the compilation and installation.
qmake make mkdir bin/ cp col*xml bin/ && cp clustalx bin/
- Load the environment variable.
export PATH=/path/to/clustalx/bin:PATH
Parent topic: Clustal X 2.1 Porting Guide (Kylin V10)