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.
39
42
40
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.
41
44
42
45
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.
43
46
44
-
45
-
<h6id=<prereq-for-centos7> aliBuild prerequisites for CentOS7 </h6>
47
+
<h6id="prereq-for-centos7"> aliBuild prerequisites for CentOS7 </h6>
46
48
47
49
With root permission, i.e. `sudo` or as `root`install the prerequisits using:
48
50
```bash
@@ -59,7 +61,7 @@ yum update -y
59
61
yum install -y alibuild
60
62
```
61
63
62
-
<h6id=<prereq-for-centos8> aliBuild prerequisites for CentOS8 </h6>
64
+
<h6id="prereq-for-centos8"> aliBuild prerequisites for CentOS8 </h6>
63
65
64
66
With root permission, i.e. `sudo` or as `root` install the prerequisits using:
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):
193
195
```bash
194
196
export ALIBUILD_WORK_DIR="$HOME/alice/sw"
195
197
eval"$(alienv shell-helper)"
@@ -198,7 +200,7 @@ The first line tells what directory is used as "build cache", the second line in
198
200
199
201
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.
200
202
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.
202
204
203
205
When `aliBuild`is installed on your computer and your prerequisits are statisfied, you can move to the next step.
0 commit comments