source: branches/ali/GDE/PHYML20130708/phyml/README

Last change on this file was 10307, checked in by aboeckma, 11 years ago

added most recent version of phyml

File size: 397 bytes
Line 
1To install PhyML, type the following commands:
2./configure;
3make;
4
5To install PhyML (MPI version_, type the following commands:
6./configure --enable-mpi;
7make;
8
9
10To install PhyTime, type the following commands:
11./configure --enable-phytime;
12make;
13
14
15To compile a Windows executable, install MinGW and run:
16ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes mingw64-configure;
17make;
18
Note: See TracBrowser for help on using the repository browser.