From 4ad509269dad2fb1c797527b70ac475d65c13a53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ezgi=20=C3=87i=C3=A7ek?= Date: Tue, 31 Jul 2018 05:26:54 -0700 Subject: [PATCH] Fix GCC version on Install.md Reviewed By: jvillard Differential Revision: D9061157 fbshipit-source-id: 3e29a39ec --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index b2775c65f..5985e072d 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -43,7 +43,7 @@ is required to compile everything from source. - Python 2.7 - pkg-config - Java (only needed for the Java analysis) -- gcc >= 4.7.2 or clang >= 3.1 (only needed for the C/Objective-C analysis) +- gcc >= 5.X or clang >= 3.4 (only needed for the C/Objective-C analysis) - autoconf >= 2.63 and automake >= 1.11.1 (if building from git) See also the distro-specific instructions for Ubuntu and Debian below.