docs: add dependency requirements for arch based systems (#3588)

This pull request adds information on building neon on Arch based system
such as Artix, Manjaro, Antergos, etc.
This commit is contained in:
Keanu Ashwell
2023-02-21 05:51:54 +10:00
committed by GitHub
parent e3d75879c0
commit bc7d3c6476

View File

@@ -34,6 +34,11 @@ dnf install flex bison readline-devel zlib-devel openssl-devel \
libseccomp-devel perl clang cmake postgresql postgresql-contrib protobuf-compiler \
protobuf-devel
```
* On Arch based systems, these packages are needed:
```bash
pacman -S base-devel readline zlib libseccomp openssl clang \
postgresql-libs cmake postgresql protobuf
```
2. [Install Rust](https://www.rust-lang.org/tools/install)
```