Skip to content

Commit 7b6fbcb

Browse files
author
wyhaya
authored
Add Arch / Manjaro dependencies (#275)
1 parent 022a31f commit 7b6fbcb

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

docs/linux_dependencies.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,16 @@ This page lists the required dependencies to build a Bevy project on your Linux
55
If you don't see your distro present in the list, feel free to add the instructions in this document.
66

77
## Ubuntu 20.04
8-
`sudo apt-get install libx11-dev libasound2-dev`
8+
```bash
9+
sudo apt-get install libx11-dev libasound2-dev
10+
```
911

1012
## Fedora 32
11-
`sudo dnf install gcc-c++ libX11-devel alsa-lib-devel`
13+
```bash
14+
sudo dnf install gcc-c++ libX11-devel alsa-lib-devel
15+
```
16+
17+
## Arch / Manjaro
18+
```bash
19+
sudo pacman -S libx11 pkgconf alsa-lib
20+
```

0 commit comments

Comments
 (0)