bevy/docs/linux_dependencies.md
André Heringer 576da50547
Update linux_dependencies.md
Add Fedora 32 dependencies.
2020-08-13 20:45:43 -03:00

11 lines
360 B
Markdown

# Installing Linux dependencies
This page lists the required dependencies to build a Bevy project on your Linux machine.
If you don't see your distro present in the list, feel free to add the instructions in this document.
## Ubuntu 20.04
`sudo apt-get install libx11-dev libasound2-dev`
## Fedora 32
`sudo dnf install gcc-c++ libX11-devel alsa-lib-devel`