From 41b4e7e267d9ec3c5d37b54b5ea5d1c372720ead Mon Sep 17 00:00:00 2001 From: misuto Date: Sat, 7 Mar 2015 23:37:46 +0100 Subject: [PATCH] Added link to arch aur --- Linux-Build.md | 2 ++ 1 file changed, 2 insertions(+) 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: ```