From fddb0038d08e6b8472f3669bd5da6dfda8faffca Mon Sep 17 00:00:00 2001 From: Sebastian Scheid Date: Fri, 23 May 2025 16:21:22 +0200 Subject: [PATCH 1/2] Fix formatting. --- docs/gettingstarted/installing.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/gettingstarted/installing.md b/docs/gettingstarted/installing.md index 8f27c177..de38e59b 100644 --- a/docs/gettingstarted/installing.md +++ b/docs/gettingstarted/installing.md @@ -41,8 +41,7 @@ If your operating system is *not* in any list, it does not mean our software won 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. - -
aliBuild prerequisites for CentOS7
+
aliBuild prerequisites for CentOS7
With root permission, i.e. `sudo` or as `root`install the prerequisits using: ```bash @@ -59,7 +58,7 @@ yum update -y yum install -y alibuild ``` -
aliBuild prerequisites for CentOS8
+
aliBuild prerequisites for CentOS8
With root permission, i.e. `sudo` or as `root` install the prerequisits using: ```bash @@ -189,7 +188,7 @@ yum install -y alice-o2-full-deps alibuild ### Configure aliBuild -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): +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): ```bash export ALIBUILD_WORK_DIR="$HOME/alice/sw" eval "$(alienv shell-helper)" @@ -198,7 +197,7 @@ The first line tells what directory is used as "build cache", the second line in 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. -""Note that this directory tends to grow in size over time, and it is the one you need to remove in case of cleanups."" +Note that this directory tends to grow in size over time, and it is the one you need to remove in case of cleanups. When `aliBuild`is installed on your computer and your prerequisits are statisfied, you can move to the next step. From 9b690b0ae49c0bfde51c89efbbc08e1b7dcfb5ac Mon Sep 17 00:00:00 2001 From: Sebastian Scheid Date: Fri, 23 May 2025 16:59:24 +0200 Subject: [PATCH 2/2] Add Linux Mint prerequisits --- docs/gettingstarted/installing.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/gettingstarted/installing.md b/docs/gettingstarted/installing.md index de38e59b..edfcdcfa 100644 --- a/docs/gettingstarted/installing.md +++ b/docs/gettingstarted/installing.md @@ -36,6 +36,9 @@ According to your operating system, please follow the prerequisites below. You w * [macOS Sonoma and Sequoia (14.0, 15.0)](#prereq-for-macos) * [Ubuntu (20.04 LTS, 22.04 LTS, 24.04 LTS)](#prereq-for-ubuntu) * [Fedora](#prereq-for-fedora) +* Linux Mint + * Follow the instructions for the Ubuntu version your Linux Mint version is based on. + * 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. 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.