Home

Server

Download

Userguide

Citation

Contact/Help

Download

The latest release of LovoAlign is available as a Fortran90 source code at:

https://github.com/m3g/lovoalign/releases/latest

Download the featured file from the repository above and compile it using a Fortran compatible compiler. In Unix or Linux, just follow the common procedure (you must have the gfortran compiler and lapack installed*):

         tar -xzvf lovoalign-VERSION.tar.gz
         cd lovoalign/src
         make

If no error was detected, the lovoalign executable is ready. See the Userguide for instructions on how to use it.

*In debian based Linux systems (Ubuntu, Mint), you can install gfortran and lapack using:
 
          sudo apt-get install gfortran liblapack-dev