Skip to content

Commit 0a8d56c

Browse files
committed
Adjust basic build instructions
1 parent 6a680a7 commit 0a8d56c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/gettingstarted/installing.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,12 +241,16 @@ aliDoctor will warn you if some packages have to be built as they could not be f
241241

242242
## Build and rebuild
243243

244+
Build (or rebuild) full O2Physics with:
245+
244246
```bash
245247
aliBuild build O2Physics
246248
```
247249

248250
To set the maximum number of parallel jobs `N`, provide the `-j N` option.
249251

252+
See the [Troubleshooting](../troubleshooting/README.md) section for debugging tips if the build fails.
253+
250254
### Component-based build
251255

252256
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
259263
On Linux, the components providing the required linked shared libraries also need to be included (e.g. `Tools/ML` for `O2Physics::MLCore`).
260264
```
261265

262-
See the [Troubleshooting](../troubleshooting/README.md) section for debugging tips if the build fails.
263-
264266
## Use your local software installations
265267

266268
You will not find the packages you have built immediately available on your shell.

0 commit comments

Comments
 (0)