From f1823ff4ba434b2d4e5ce8c7110fa2eec9f93604 Mon Sep 17 00:00:00 2001 From: Julien Kauffmann Date: Thu, 19 Mar 2015 23:30:16 -0400 Subject: [PATCH] Fixed gcc requirements --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index b3729607..58020756 100644 --- a/BUILD.md +++ b/BUILD.md @@ -28,7 +28,7 @@ To install the required dependencies on Debian Linux (Or Ubuntu), type the follo Building FreeLAN ---------------- -FreeLAN is written in C++11. Make sure your C++ compiler is recent enough and supports this standard. On Linux for instance, you need at least `gcc 4.9.2` for things to go fine. +FreeLAN is written in C++11. Make sure your C++ compiler is recent enough and supports this standard. On Linux for instance, you need at least `gcc >= 4.8` for things to go fine. FreeLAN uses [scons](http://www.scons.org/) as its build system on POSIX-like systems (basically everything except Windows).