File: README

package info (click to toggle)
phyml 3%3A3.2.0%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,468 kB
  • ctags: 3,056
  • sloc: ansic: 61,883; makefile: 658; sh: 63; xml: 39
file content (32 lines) | stat: -rw-r--r-- 915 bytes parent folder | download | duplicates (2)
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;