To install PhyML, type the following commands:
./configure;
make;

To install PhyML (MPI version_, type the following commands:
./configure --enable-mpi;
make;


To install PhyTime, type the following commands:
./configure --enable-phytime;
make;
