Creates linux_dependecies.md

This document will be linked in the new "Install OS dependencies" section on the "Setup" page of the book.

See related issue at [this page](https://github.com/bevyengine/bevy-website/issues/6)
This commit is contained in:
Matteo Guglielmetti 2020-08-13 09:59:03 +02:00 committed by GitHub
parent 19d2f9c2cd
commit 5102893e71
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`