Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Decompress the installation package.
tar zxvf mafft-7.490-with-extensions-src.tgz
- Modify the Makefile file.
cd mafft-7.490-with-extensions/core
- In the Makefile file, change CC = gcc to CC = clang.

- Perform the compilation and installation.
make clean make
Parent topic: MAFFT 7.490 Porting Guide (Kylin V10)