1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
//////////////////////////////////////////////////////////////////////////
// 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;
|