To build and run the examples using the Fortran Package Manager

To use gfortran type:

source set_fpm.sh


To use ifort type:

source set_fpm-ifort.sh


To build the examples type:

fpm build

To run an example, eg invoice, type:

fpm run --example invoice

