Skip to content

Commit

Permalink
Add note about PKG_CONFIG_PATH in installation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Oct 7, 2024
1 parent f87183e commit 4ec3d9b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,13 @@ To update the CLI simply repeat the `cargo install` step; if a newer version is
available it will be automatically downloaded, otherwise `cargo` will exit with
a message saying that the most recent version is already installed.

If `LHAPDF` is not found, you need to update your `PKG_CONFIG_PATH` variable,
which must point to the directory where LHAPDF's `.pc` file is installed:

export PKG_CONFIG_PATH=${lhapdf_prefix}/lib/pkgconfig:$PKG_CONFIG_PATH

(replace `${lhapdf_prefix}` with your LHAPDF installation root).

#### Optional: APPLgrid exporter/importer

If you'd like to convert APPLgrids to PineAPPL grids, or vice versa, make sure
Expand Down

0 comments on commit 4ec3d9b

Please sign in to comment.