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

Compilation and Installation

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Install the Qt5 dependency.
    yum install qt5 qt5-devel
  3. Go to the main program installation directory.
    cd clustalx/
  4. Perform the compilation and installation.
    qmake
    make
    mkdir bin/
    cp col*xml bin/ && cp clustalx bin/
  5. Load the environment variable.
    export PATH=/path/to/clustalx/bin:PATH