From dd0d3c5d482afdaa0ddff600155e9c9f0652ef4b Mon Sep 17 00:00:00 2001 From: archshift Date: Sun, 8 Mar 2015 23:34:05 -0700 Subject: [PATCH] Updated Linux Build (markdown) --- Linux-Build.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Linux-Build.md b/Linux-Build.md index 13ceadd..0fa590c 100644 --- a/Linux-Build.md +++ b/Linux-Build.md @@ -1,3 +1,5 @@ +An unofficial PKGBUILD of Citra is available for Arch Linux on the [AUR](https://aur.archlinux.org/packages/citra-git/PKGBUILD)). + ### Dependencies: You'll need to download and install the following to build Citra: @@ -17,8 +19,6 @@ 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: ```