diff --git a/Linux-Build.md b/Linux-Build.md index 460e1ea..13ceadd 100644 --- a/Linux-Build.md +++ b/Linux-Build.md @@ -17,6 +17,8 @@ You'll need to download and install the following to build Citra: ### Building GLFW: +On arch you can use the [PKGBUILD](https://aur.archlinux.org/packages/citra-git/PKGBUILD) + On Debian, install dependencies with `apt-get install xorg-dev` and `apt-get install libglu1-mesa-dev`. Then compile using these commands from a terminal: ```