Added repo cloning directions

archshift 2014-10-10 21:46:46 -07:00
parent 35bd82577b
commit 4d35478d1b

@ -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