From f70f985e3f64bd1e82a6628f1b1ccd8fab63361b Mon Sep 17 00:00:00 2001
From: Valentin Vanelslande <valentinvanelslandeacnl@gmail.com>
Date: Wed, 14 Feb 2018 19:33:49 -0600
Subject: [PATCH] Updated Building for Linux (markdown)

---
 Building-for-Linux.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Building-for-Linux.md b/Building-for-Linux.md
index b8450c1..3696595 100644
--- a/Building-for-Linux.md
+++ b/Building-for-Linux.md
@@ -12,7 +12,7 @@ You'll need to download and install the following to build Citra:
   - Deb: `apt-get install qtbase5-dev libqt5opengl5-dev`
   - Arch: `pacman -S qt5`
   - Fedora: `dnf install qt5-qtbase qt5-qtbase-devel`
-* GCC v7+ (for C++17 support). _This guide was written for GCC v5+ before we bumping the version, so please refill them below after testing._
+* GCC v7+ _This guide was written for GCC v5+ before we bumping the version, so please refill them below after testing._
   - ~~Deb: `apt-get install build-essential`~~
   - ~~Arch: `pacman -S base-devel`~~
   - ~~Fedora: `dnf install gcc-c++`~~