From 5102893e715c88505052a4569665fcd690e59cfc Mon Sep 17 00:00:00 2001 From: Matteo Guglielmetti Date: Thu, 13 Aug 2020 09:59:03 +0200 Subject: [PATCH] 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) --- docs/linux_dependencies.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/linux_dependencies.md diff --git a/docs/linux_dependencies.md b/docs/linux_dependencies.md new file mode 100644 index 0000000000..41acef77dd --- /dev/null +++ b/docs/linux_dependencies.md @@ -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`