Skip to content

Commit f93a4c7

Browse files
committed
Add initial instructions about Arch Linux
1 parent e29657c commit f93a4c7

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

building/custom.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ packages to install and configurations to perform.
5656
* Specify the corresponding Ubuntu architecture when running the `aliBuild` command
5757
using the `-a` option (e.g. `-a ubuntu2004_x86-64` for Ubuntu 20.04).
5858
Use the `-a` option also with the `alienv` command.
59+
* [Arch Linux (Preliminary)](prereq-arch.md)
5960

6061
If your operating system is _not_ in any list, it does not mean our software won't work on it;
6162
it will be just more difficult for you to get support for it.

building/prereq-arch.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
aliBuild prerequisites for ArchLinux
2+
=================================
3+
4+
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

Comments
 (0)