From fec7775d365abf7f91ce0992e246be794873b597 Mon Sep 17 00:00:00 2001 From: Nadav Har'El <nyh@cloudius-systems.com> Date: Thu, 26 Sep 2013 11:34:25 +0300 Subject: [PATCH] Explain Gcc version requirement in README Explain in README that Gcc 4.7 is required, gcc 4.8 is recommended. Signed-off-by: Nadav Har'El <nyh@cloudius-systems.com> --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index 7991e8423..011c8036f 100644 --- a/README +++ b/README @@ -13,6 +13,10 @@ To build OSv (Ubuntu users: you may use Oracle JDK in https://launchpad.net/~webupd8team/+archive/java if you don't want to pull too many dependencies for `openjdk-7-jdk`) + To ensure functional C++11 support, Gcc 4.7 or above is required. + Gcc 4.8 or above is recommended, as this was the first version to fully + comply with the C++11 standard. + 1) make sure the zfs-fuse daemon is running ---------------------------------------- -- GitLab