From 4d35478d1b3505054def00a71cc3258612c464b2 Mon Sep 17 00:00:00 2001 From: archshift Date: Fri, 10 Oct 2014 21:46:46 -0700 Subject: [PATCH] Added repo cloning directions --- Linux-Build.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Linux-Build.md b/Linux-Build.md index 51d2f45..7bc53cf 100644 --- a/Linux-Build.md +++ b/Linux-Build.md @@ -15,7 +15,7 @@ You'll need to download and install the following to build Citra: * Deb: `apt-get install cmake` * Arch: `pacman -S cmake` -### Build GLFW: +### Building GLFW: Works by calling these commands from a terminal: @@ -30,7 +30,15 @@ sudo make install If you're on Arch Linux, you can use `pacman -S glfw` instead. -### Build Citra: +### Cloning Citra in Git: + +``` +git clone https://github.com/citra-emu/citra +cd citra +git submodule update --init +``` + +### Building Citra: ``` mkdir build