mirror of
https://github.com/citra-emu/citra.git
synced 2025-02-18 18:50:09 +00:00
Added repo cloning directions
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
|
||||
|
Loading…
Reference in New Issue
Block a user