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: docs/gettingstarted/installing.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,7 @@ If your operating system is *not* in any list, it does not mean our software won
41
41
42
42
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
43
44
-
45
-
<h6id=<prereq-for-centos7> aliBuild prerequisites for CentOS7 </h6>
44
+
<h6id="prereq-for-centos7"> aliBuild prerequisites for CentOS7 </h6>
46
45
47
46
With root permission, i.e. `sudo` or as `root`install the prerequisits using:
48
47
```bash
@@ -59,7 +58,7 @@ yum update -y
59
58
yum install -y alibuild
60
59
```
61
60
62
-
<h6id=<prereq-for-centos8> aliBuild prerequisites for CentOS8 </h6>
61
+
<h6id="prereq-for-centos8"> aliBuild prerequisites for CentOS8 </h6>
63
62
64
63
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):
191
+
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
192
```bash
194
193
export ALIBUILD_WORK_DIR="$HOME/alice/sw"
195
194
eval"$(alienv shell-helper)"
@@ -198,7 +197,7 @@ The first line tells what directory is used as "build cache", the second line in
198
197
199
198
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
199
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.""
200
+
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
201
203
202
When `aliBuild`is installed on your computer and your prerequisits are statisfied, you can move to the next step.
0 commit comments