From 822215902224bde58b9625abb5450bdba56f723a Mon Sep 17 00:00:00 2001 From: Christopher Schwan Date: Fri, 24 Jan 2025 16:41:41 +0100 Subject: [PATCH] Fix CAPI library installation path in manual --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index a8c7c05a..847dcdd3 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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.