Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the installation directory of the main program.
cd /path/to/mothur
- Decompress the installation package.
tar -xvf v1.48.0.tar.gz
- Go to the directory generated after the decompression.
cd mothur-1.48.0
- Perform the compilation and installation.
make
- Check whether an executable file is generated.
ll /path/to/mothur/mothur
Parent topic: mothur 1.48 Porting Guide (Kylin V10)