We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 022a31f commit 7b6fbcbCopy full SHA for 7b6fbcb
docs/linux_dependencies.md
@@ -5,7 +5,16 @@ This page lists the required dependencies to build a Bevy project on your Linux
5
If you don't see your distro present in the list, feel free to add the instructions in this document.
6
7
## Ubuntu 20.04
8
-`sudo apt-get install libx11-dev libasound2-dev`
+```bash
9
+sudo apt-get install libx11-dev libasound2-dev
10
+```
11
12
## Fedora 32
-`sudo dnf install gcc-c++ libX11-devel alsa-lib-devel`
13
14
+sudo dnf install gcc-c++ libX11-devel alsa-lib-devel
15
16
+
17
+## Arch / Manjaro
18
19
+sudo pacman -S libx11 pkgconf alsa-lib
20
0 commit comments