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: ```