From a40e30214a0e9bd10586b75b2e4bc734f8a2f261 Mon Sep 17 00:00:00 2001 From: mralext20 Date: Sun, 17 May 2015 15:14:53 -0800 Subject: [PATCH] combine apt-get install packages into one line. --- Linux-Build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux-Build.md b/Linux-Build.md index a082677..f1babe0 100644 --- a/Linux-Build.md +++ b/Linux-Build.md @@ -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