From 72f478f0e8262903d5c5c439a648d1b0e40e3ddb Mon Sep 17 00:00:00 2001 From: James Laverack Date: Mon, 5 May 2014 03:03:00 +0100 Subject: [PATCH] Update minimum g++ version in documentation Version changed due to a newer requirement in LLVM. --- README.md | 2 +- src/doc/tutorial.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f498240802..680dfddbe96 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ documentation. ## Building from Source 1. Make sure you have installed the dependencies: - * `g++` 4.4 or `clang++` 3.x + * `g++` 4.7 or `clang++` 3.x * `python` 2.6 or later (but not 3.x) * `perl` 5.0 or later * GNU `make` 3.81 or later diff --git a/src/doc/tutorial.md b/src/doc/tutorial.md index 6abfa21962f..f14b7833800 100644 --- a/src/doc/tutorial.md +++ b/src/doc/tutorial.md @@ -90,7 +90,7 @@ supported build environments that are most likely to work. To build from source you will also need the following prerequisite packages: -* g++ 4.4 or clang++ 3.x +* g++ 4.7 or clang++ 3.x * python 2.6 or later (but not 3.x) * perl 5.0 or later * gnu make 3.81 or later