From 3cc3c4e2ca6a1658f35236aba1bfbca07bac19dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ku=C4=8Dera?= Date: Fri, 13 Dec 2024 14:21:45 +0100 Subject: [PATCH] Improve recompilation instructions --- docs/gettingstarted/installing.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/gettingstarted/installing.md b/docs/gettingstarted/installing.md index b388ee88..f8c060eb 100644 --- a/docs/gettingstarted/installing.md +++ b/docs/gettingstarted/installing.md @@ -84,7 +84,7 @@ You can list all your available packages with `alienv q`. ```note This requires that you have successfully built Git branch `[branch]` (e.g. `master`) of O2Physics with aliBuild (see Section [Build and rebuild](#build-and-rebuild)). -You also need to have [`direnv`](https://direnv.net/docs/installation.html) installed to load the correct build environment automatically when you enter the build directory (and to unload it when you exit). +You also need to have `direnv` installed and hooked (see [instructions](https://direnv.net/docs/installation.html)) to load the correct build environment automatically when you enter the build directory (and to unload it when you exit). ``` ```warning @@ -103,6 +103,9 @@ Allow `direnv` to load the build environment. (Needed only once in a given direc direnv allow ``` +You should see a message starting with `direnv: loading`. +If you don't, verify that you have `direnv` installed and hooked properly. + You can now rebuild and install entire O2Physics with ```bash