apfel is hosted by Hepforge, IPPP Durham

missing logo A PDF Evolution Library



Download

You may obtain APFELdirectly from the github repository.

For the last development version you may checkout the master code:

git clone https://github.com/scarrazza/apfel.git

For the last tag version you can download the zipped file from github or using the git tag command:

git tag -l
git checkout tags/tag_name

Installation

Checkout the code from our github repository and compile the code using the following procedure:

cd apfel
./configure --prefix=/where/install/apfel #(optional)
make && make install

By the default, if prefix is not set the program is installed in /usr/local. If you define a custom prefix, remember to export apfel/lib to the LD_LIBRARY_PATH.