Rate This Document
Findability
Accuracy
Completeness
Readability

Installing phylip

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Download the installation package.
    cd /path/to/phylip
    wget http://evolution.gs.washington.edu/phylip/download/phylip-3.697.tar.gz
  3. Decompress the installation package.
    tar -xvf phylip-3.697.tar.gz
  4. Go to the file directory.
    cd phylip-3.697/src
  5. 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.