
//////////////////////////////////////////////////////////////////////////
// You have downloaded the Stable or the Development version of PhyML   //
//////////////////////////////////////////////////////////////////////////

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;


To compile a Windows executable, install MinGW and run:
ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes mingw64-configure;
make;


//////////////////////////////////////////////////////////////////////////
//                    You have cloned PhyML from GitHub                 //
//////////////////////////////////////////////////////////////////////////

To install PhyML, type the following command:
sh ./autogen.sh;


