Installing phylip
Procedure
- Use PuTTY to log in to the server as the root user.
- Download the installation package.
cd /path/to/phylip wget http://evolution.gs.washington.edu/phylip/download/phylip-3.697.tar.gz
- Decompress the installation package.
tar -xvf phylip-3.697.tar.gz
- Go to the file directory.
cd phylip-3.697/src
- Compile the program.
make -f Makefile.unx install
After the compilation is complete, the executable file dnaml is generated in the upper-level directory exe.
Parent topic: Configuring the Compilation Environment