doc: add Arch Linux building instructions (#12090)

reviewable/pr12104/r1
Nikola Kotur 3 months ago committed by GitHub
parent 41191513c9
commit 48c41fccee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -44,6 +44,15 @@ sudo apk add autoconf automake bash cmake coreutils curl diffutils g++ \
procps-ng sdl2 tar unzip wget procps-ng sdl2 tar unzip wget
``` ```
### Arch Linux
Install the prerequisites using pacman:
```
run0 pacman -S base-devel ca-certificates cmake gcc-libs git \
lua51-busted luarocks nasm ninja sdl2 unzip wget
```
### Debian/Ubuntu ### Debian/Ubuntu
Install the prerequisites using APT: Install the prerequisites using APT:
@ -223,6 +232,7 @@ when the same compilation is being repeated. In other words, it will decrease
build time when the sources have been built before. To install ccache use: build time when the sources have been built before. To install ccache use:
* Alpine Linux: `sudo apk add ccache` * Alpine Linux: `sudo apk add ccache`
* Arch Linux: `run0 pacman -S ccache`
* Debian/Ubuntu: `sudo apt-get install ccache` * Debian/Ubuntu: `sudo apt-get install ccache`
* Fedora/Red Hat: `sudo dnf install ccache` * Fedora/Red Hat: `sudo dnf install ccache`
* macOS: `brew install ccache` * macOS: `brew install ccache`

Loading…
Cancel
Save