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