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
ALICE software on ArchLinux is supported on a best effort basis. There is no guarantee that software builds or runs correctly. Support requests might have low priority.
5
+
6
+
## Install or Upgrade the Required Packages
7
+
8
+
With root permissions, i.e. `sudo` or as `root` install the prerequisites using:
9
+
10
+
```bash
11
+
pacman -S git python3 python-pip which gcc \
12
+
make gcc-fortran \
13
+
base-level libxpm libxft glu gsl \
14
+
libuv tbb xerces-c re2 libwebsockets grpc
15
+
```
16
+
17
+
You are now ready to [start building ALICE software](README.md#get-or-upgrade-alibuild)
0 commit comments