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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -241,12 +241,16 @@ aliDoctor will warn you if some packages have to be built as they could not be f
241
241
242
242
## Build and rebuild
243
243
244
+
Build (or rebuild) full O2Physics with:
245
+
244
246
```bash
245
247
aliBuild build O2Physics
246
248
```
247
249
248
250
To set the maximum number of parallel jobs `N`, provide the `-j N` option.
249
251
252
+
See the [Troubleshooting](../troubleshooting/README.md) section for debugging tips if the build fails.
253
+
250
254
### Component-based build
251
255
252
256
To build only parts of O2Physics, provide a space-separated list of requested directories (followed by `/install`) using the `O2PHYSICS_COMPONENTS` variable, e.g.:
@@ -259,8 +263,6 @@ O2PHYSICS_COMPONENTS="Common/install Tools/install Tutorials/install" aliBuild b
259
263
On Linux, the components providing the required linked shared libraries also need to be included (e.g. `Tools/ML` for `O2Physics::MLCore`).
260
264
```
261
265
262
-
See the [Troubleshooting](../troubleshooting/README.md) section for debugging tips if the build fails.
263
-
264
266
## Use your local software installations
265
267
266
268
You will not find the packages you have built immediately available on your shell.
0 commit comments