You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/gettingstarted/installing.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -241,6 +241,20 @@ aliDoctor will warn you if some packages have to be built as they could not be f
241
241
aliBuild build O2Physics
242
242
```
243
243
244
+
To set the maximum number of parallel jobs `N`, provide the `-j N` option.
245
+
246
+
### Component-based build
247
+
248
+
To build only parts of O2Physics, provide a space-separated list of requested directories (followed by `/install`) using the `O2PHYSICS_COMPONENTS` variable, e.g.:
0 commit comments