Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Compile vcflib.
cd freebayes/vcflib make
- Add the environment variable.
export PATH=/path/to/freebayes/vcflib/build:$PATH
- Compile and install FreeBayes.
cd ../ meson build cd build && ninja

Parent topic: FreeBayes 1.3.6 Porting Guide (Kylin V10)