Merge pull request #161 from MatteoGgl/patch-1

Creates linux_dependencies.md
This commit is contained in:
Carter Anderson 2020-08-13 01:09:58 -07:00 committed by GitHub
commit 8bb52f8490
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,8 @@
# 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`