Installing PhyML
- Use PuTTY to log in to the server as the root user.
- Go to the following directory:
cd /path/to/prottest
- Download the installation package.
git clone https://github.com/stephaneguindon/phyml.git
- Perform the compilation and installation.
cd phyml sh autogen.sh ./configure --prefix=/path/to/prottest/phyml_install --enable-phyml make make install
Parent topic: Configuring the Compilation Environment