Installation

Obtaining the code

The latest version of the code can be downloaded from GitHub by issuing the command

git clone https://github.com/ralna/RALFit.git

Building the library

From the RALFit/libRALFit/ directory, issue the commands:

mkdir build
cd build
cmake ..
make