From 79fcf829b3dd8c1222c61dcf59be9138cb077cf5 Mon Sep 17 00:00:00 2001 From: Weiyi Wang Date: Tue, 30 May 2017 17:19:21 +0300 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 74fd9fb..9d91928 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -13,7 +13,7 @@ You'll need to download and install the following to build Citra: * GCC v5+ (for C++14 support) - Deb: `apt-get install build-essential` - Arch: `pacman -S base-devel` -* [CMake](http://www.cmake.org/) 3.1+ +* [CMake](http://www.cmake.org/) 3.6+ - Deb: `apt-get install cmake` - Arch: `pacman -S cmake` * [Clang](https://github.com/llvm-mirror/clang) 3.8 (optional build alternative)