source:
branches/ali/GDE/PHYML20130708/phyml/README
Last change on this file was 10307, checked in by aboeckma, 11 years ago | |
---|---|
File size: 397 bytes |
Line | |
---|---|
1 | To install PhyML, type the following commands: |
2 | ./configure; |
3 | make; |
4 | |
5 | To install PhyML (MPI version_, type the following commands: |
6 | ./configure --enable-mpi; |
7 | make; |
8 | |
9 | |
10 | To install PhyTime, type the following commands: |
11 | ./configure --enable-phytime; |
12 | make; |
13 | |
14 | |
15 | To compile a Windows executable, install MinGW and run: |
16 | ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes mingw64-configure; |
17 | make; |
18 |
Note: See TracBrowser
for help on using the repository browser.