Skip to content

Commit db3ee61

Browse files
authored
Instructions for building on Arch-based distros (#2319)
1 parent 9916c0d commit db3ee61

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/development_environment.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,14 @@ sudo dnf update
8383
sudo dnf install python3-pip python3-devel python3-virtualenv autoconf openssl-devel libxml2-devel libxslt-devel libjpeg-turbo-devel libffi-devel systemd-devel zlib-devel pkgconf-pkg-config libavformat-free-devel libavcodec-free-devel libavdevice-free-devel libavutil-free-devel libswscale-free-devel ffmpeg-free-devel libavfilter-free-devel ffmpeg-free gcc gcc-c++ cmake
8484
```
8585

86+
### Developing on Arch / Manjaro
87+
88+
Install the core dependencies.
89+
90+
```shell
91+
sudo pacman -Sy base-devel python python-pip python-virtualenv autoconf libxml2 libxslt libjpeg-turbo libffi systemd zlib pkgconf ffmpeg gcc cmake
92+
```
93+
8694
### Developing on Windows
8795

8896
To develop on Windows, you will need to use the Linux subsystem (WSL). Follow the [WSL installation instructions](https://learn.microsoft.com/windows/wsl/install) and install Ubuntu from the Windows Store. Once you're able to access Linux, follow the Linux instructions.

0 commit comments

Comments
 (0)