Skip to content

Commit

Permalink
Merge pull request #288 from vkucera/install
Browse files Browse the repository at this point in the history
Improve recompilation instructions
  • Loading branch information
ddobrigk authored Dec 13, 2024
2 parents 56583f2 + 3cc3c4e commit 53b8a58
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/gettingstarted/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 53b8a58

Please sign in to comment.