Skip to content

Commit e931f4f

Browse files
authored
Improve the quickstart (#267)
1 parent 6032f18 commit e931f4f

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

doc/QuickStart.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,23 @@ A Linux machine (CC7 or Ubuntu) or a Mac. See the O2 instructions below for the
2525

2626
## Setup
2727

28-
1. Install GLFW to have GUIs in the DPL (optional, DPL GUIs do not work in containers nor over SSH).
29-
* On CC7 : `sudo yum install glfw-devel --enablerepo=epel`
30-
* On Mac : `brew install glfw`
31-
32-
1. Install O2
33-
* We use alibuild, see complete instructions [here](https://alice-doc.github.io/alice-analysis-tutorial/building/). We strongly encourage users to follow the instructions for a __manual__ installation.
28+
1. Setup O2 environment and tools <br>We use alibuild, see complete instructions [here](https://alice-doc.github.io/alice-analysis-tutorial/building/), in particular make sure to follow these steps :
29+
1. Install GLFW to have GUIs in the DPL (optional, DPL GUIs do not work in containers nor over SSH).
30+
* CC7 : `sudo yum install -y glfw-devel --enablerepo=epel`
31+
* Mac : `brew install glfw`
32+
2. Prerequisites
33+
* [CC7](https://alice-doc.github.io/alice-analysis-tutorial/building/prereq-centos7.html)
34+
* [Mac](https://alice-doc.github.io/alice-analysis-tutorial/building/prereq-macos.html)
35+
* [Ubuntu](https://alice-doc.github.io/alice-analysis-tutorial/building/prereq-ubuntu.html)
36+
3. [Install aliBuild](https://alice-doc.github.io/alice-analysis-tutorial/building/custom.html#get-or-upgrade-alibuild)
37+
4. [Check installation and build O2](https://alice-doc.github.io/alice-analysis-tutorial/building/build.html)
3438

3539
2. Prepare the QualityControl development package
3640
* `aliBuild init QualityControl@master --defaults o2`
3741

3842
4. Build/install the QualityControl, its GUI (qcg) and the readout. The simplest is to use the metapackage `O2Suite`.
3943
* `aliBuild build O2Suite --defaults o2`
40-
41-
At this point you might encounter a message about missing system requirements. Run `aliDoctor O2Suite` to get a full information about what is missing and how to install it.
44+
* At this point you might encounter a message about missing system requirements. Run `aliDoctor O2Suite` to get a full information about what is missing and how to install it.
4245

4346
Note : on non-CC7 systems, you can also use the alibuild "defaults" called `o2-dataflow` to avoid building simulation related packages.
4447

0 commit comments

Comments
 (0)