mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
9 lines
291 B
Markdown
9 lines
291 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`
|