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
* 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.
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.
42
42
43
43
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.
44
44
@@ -47,6 +47,7 @@ Only in case you cannot install aliBuild in the way described above, you can ins
47
47
<h6id="prereq-for-centos7"> aliBuild prerequisites for CentOS7 </h6>
48
48
49
49
With root permission, i.e. `sudo` or as `root`install the prerequisits using:
<h6id="prereq-for-alma9"> aliBuild prerequisites for AlmaLinux9 </h6>
87
89
88
90
With root permission, i.e. `sudo` or as `root`install the prerequisits using:
91
+
89
92
```bash
90
93
dnf install -y epel-release dnf-plugins-core
91
94
dnf update -y
@@ -120,7 +123,6 @@ Xcode bundles the necessary tools to build software in the apple ecosystem inclu
120
123
* Install Homebrew using the [instructions on their webpage](https://brew.sh/).
121
124
* Once installed detect any problems regarding Homebrew and your system using: `brew doctor`
122
125
123
-
124
126
**Uninstall ROOT**<br>
125
127
If you have an existing ROOT installation on your system, this will interfere with the aliBuild installation, and will cause difficult-to-debug compilation errors.
126
128
@@ -138,7 +140,6 @@ Note that Homebrew does not run as root. Do not prepend sudo to any of the follo
<h6id="prereq-for-ubuntu">aliBuild prerequisites for Ubuntu</h6>
143
144
144
145
ALICE software on Ubuntu is supported on a best effort basis. There is no guarantee that software builds or runs correctly. Support requests might have low priority. We were able to successfully build on:
@@ -150,13 +151,17 @@ ALICE software on Ubuntu is supported on a best effort basis. There is no guaran
150
151
**Install required system packages**<br>
151
152
152
153
With root permissions, i.e. sudo, update your package sources:
154
+
153
155
```bash
154
156
sudo apt update -y
155
157
```
158
+
156
159
With root permissions, i.e. `sudo`, install the following packages:
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):
201
+
195
202
```bash
196
203
export ALIBUILD_WORK_DIR="$HOME/alice/sw"
197
204
eval"$(alienv shell-helper)"
198
205
```
206
+
199
207
The first line tells what directory is used as "build cache", the second line installs a "shell helper" that makes easier to run certain aliBuild-related commands.
200
208
201
209
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.
0 commit comments