File: README

package info (click to toggle)
phyml 2%3A20120412-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 9,632 kB
  • ctags: 2,054
  • sloc: ansic: 43,541; sh: 10,120; makefile: 321
file content (12 lines) | stat: -rwxr-xr-x 247 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
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;