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: README.md
+22-6Lines changed: 22 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,20 +6,26 @@ A CC7 machine or a mac.
6
6
7
7
## Setup
8
8
9
-
We use alibuild, see complete instructions [here](https://alice-doc.github.io/alice-analysis-tutorial/building/) and install O2 (no need to `init` it, just `build` it).
9
+
1. Install O2
10
+
* We use alibuild, see complete instructions [here](https://alice-doc.github.io/alice-analysis-tutorial/building/) and install O2 (no need to `init` it, just `build` it).
11
+
12
+
2. Install the MySQL/MariaDB development package
13
+
* CC7 : `sudo yum install mariadb-server`
14
+
* Mac (or download the dmg from Oracl) : `brew install mysql`
0 commit comments