Skip to content

Commit c773164

Browse files
authored
Merge pull request #295 from hscheid/master
Fix formatting in prerequisites
2 parents 59001cd + 9b690b0 commit c773164

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/gettingstarted/installing.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,15 @@ According to your operating system, please follow the prerequisites below. You w
3636
* [macOS Sonoma and Sequoia (14.0, 15.0)](#prereq-for-macos)
3737
* [Ubuntu (20.04 LTS, 22.04 LTS, 24.04 LTS)](#prereq-for-ubuntu)
3838
* [Fedora](#prereq-for-fedora)
39+
* Linux Mint
40+
* Follow the instructions for the Ubuntu version your Linux Mint version is based on.
41+
* Specify the corresponding Ubuntu architecture when running the `aliBuild` command using the `-a` option (e.g. `-a ubuntu2004_x86-64` for Ubuntu 20.04). Use the `-a` option also with the `alienv` command.
3942

4043
If your operating system is *not* in any list, it does not mean our software won't work on it; it will be just more difficult for you to get support for it.
4144

4245
Only in case you cannot install aliBuild in the way described above, you can install aliBuild manually. This procedure should only be used as a fall-back, in case you cannot follow the instructions for your operating system linked above.
4346

44-
45-
<h6 id=<prereq-for-centos7> aliBuild prerequisites for CentOS7 </h6>
47+
<h6 id="prereq-for-centos7"> aliBuild prerequisites for CentOS7 </h6>
4648

4749
With root permission, i.e. `sudo` or as `root`install the prerequisits using:
4850
```bash
@@ -59,7 +61,7 @@ yum update -y
5961
yum install -y alibuild
6062
```
6163

62-
<h6 id=<prereq-for-centos8> aliBuild prerequisites for CentOS8 </h6>
64+
<h6 id="prereq-for-centos8"> aliBuild prerequisites for CentOS8 </h6>
6365

6466
With root permission, i.e. `sudo` or as `root` install the prerequisits using:
6567
```bash
@@ -189,7 +191,7 @@ yum install -y alice-o2-full-deps alibuild
189191

190192
### Configure aliBuild
191193

192-
After you are done installing alibuild you need to configure it by adding the two following lines to your ~/.bashrc, ~/.bash_profile, ~/.zshrc or ~/.zprofile (depending on your operating system and configuration):
194+
After you are done installing alibuild you need to configure it by adding the two following lines to your `~/.bashrc`, `~/.bash_profile`, `~/.zshrc` or `~/.zprofile` (depending on your operating system and configuration):
193195
```bash
194196
export ALIBUILD_WORK_DIR="$HOME/alice/sw"
195197
eval "$(alienv shell-helper)"
@@ -198,7 +200,7 @@ The first line tells what directory is used as "build cache", the second line in
198200

199201
You need to close and reopen your terminal for the change to be effective. The directory `~/alice/sw` will be created the first time you run aliBuild.
200202

201-
""Note that this directory tends to grow in size over time, and it is the one you need to remove in case of cleanups.""
203+
Note that this directory tends to grow in size over time, and it is the one you need to remove in case of cleanups.
202204

203205
When `aliBuild`is installed on your computer and your prerequisits are statisfied, you can move to the next step.
204206

0 commit comments

Comments
 (0)