Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the main program installation directory.
cd blasr
- Load the HDF5 environment.
export HDF5INCLUDEDIR=/path/to/HDF5/include export HDF5LIBDIR=/path/to/HDF5/lib
- Perform the compilation and installation.
make

A BLASR executable file is generated in alignment/bin.
Parent topic: BLASR Porting Guide (Kylin V10)