From 6db153ee613f59af9271e62f722c8c928da11698 Mon Sep 17 00:00:00 2001 From: Scott Beamer Date: Fri, 31 Jan 2014 15:15:11 -0800 Subject: made reference to 4.8 requirement --- README | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README') diff --git a/README b/README index 149ce8e..73c56e5 100644 --- a/README +++ b/README @@ -8,3 +8,6 @@ Ubuntu packages needed: $ sudo apt-get install autoconf automake autotools-dev libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo +Note: This requires GCC >= 4.8 for C++11 support (including thread_local). +To use a compiler different than the default (for example on OS X), use: +$ CC=gcc-4.8 CXX=g++-4.8 ./build.sh -- cgit v1.1