mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-24 22:41:05 +00:00
combine apt-get install packages into one line.
parent
d5b4c82dfe
commit
a40e30214a
@ -19,7 +19,7 @@ You'll need to download and install the following to build Citra:
|
||||
|
||||
### Building GLFW:
|
||||
|
||||
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:
|
||||
On Debian, install dependencies with `apt-get install xorg-dev libglu1-mesa-dev`. Then compile using these commands from a terminal:
|
||||
|
||||
```
|
||||
git clone https://github.com/glfw/glfw.git
|
||||
|
Loading…
Reference in New Issue
Block a user