Skip to content

Commit da96680

Browse files
authored
Add initial instructions about Arch Linux (#169)
1 parent e29657c commit da96680

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* [Prerequisites for macOS](building/prereq-macos.md)
1010
* [Prerequisites for Ubuntu](building/prereq-ubuntu.md)
1111
* [Prerequisites for Fedora](building/prereq-fedora.md)
12+
* [Prerequisites for ArchLinux](building/prereq-arch.md)
1213
* [Fall-back manual installation method](building/manual-install.md)
1314
* [🛠 Build the packages](building/build.md)
1415
* [📦 Use the precompiled binaries](building/precomp.md)

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)