From 98deb65f41807bfabf1129b3226b18b66cbbb770 Mon Sep 17 00:00:00 2001 From: mikeyd Date: Tue, 26 Apr 2016 14:54:28 -0400 Subject: [PATCH] Update for cmake, see https://github.com/citra-emu/citra/pull/1714 --- 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 316c671..2692349 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/) +* [CMake](http://www.cmake.org/) 3.1+ * Deb: `apt-get install cmake` * Arch: `pacman -S cmake`