Skip to content

Commit

Permalink
Fix CAPI library installation path in manual
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Jan 24, 2025
1 parent 125af0f commit 8222159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ If you want to build the CAPI from its sources instead, you first need to
3. Now install `pineappl_capi`, PineAPPL's C API:

cd pineappl_capi
cargo cinstall --release --prefix=${prefix} --libdir=lib
cargo cinstall --release --prefix=${prefix} --libdir=${prefix}/lib
cd ..

where `${prefix}` points to the desired installation directory.
Expand Down

0 comments on commit 8222159

Please sign in to comment.