From b3cf4520d2b8b70e47645569d69ae178585a27f6 Mon Sep 17 00:00:00 2001 From: joligario Date: Tue, 16 Dec 2014 06:46:09 -0800 Subject: [PATCH] Clarity. --- GCC-below-4.6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GCC-below-4.6.md b/GCC-below-4.6.md index c04a8d4..f442677 100644 --- a/GCC-below-4.6.md +++ b/GCC-below-4.6.md @@ -1,4 +1,4 @@ -CentOS Enterprise (and perhaps other *nix distros) currently defaults to GCC 4.4.7. EQEmu makes use of nullptr which wasn't introduced until GCC 4.6. Fortunately, there is a way to install GCC 4.7.2 as either an add-on installation or as a replacement without having to cross-platform compile or make any major changes to your OS installation. +CentOS Enterprise 6 (and perhaps other equivalent *nix distros) currently defaults to GCC 4.4.7. EQEmu makes use of nullptr which wasn't introduced until GCC 4.6. Fortunately, there is a way to install GCC 4.7.2 as either an add-on installation or as a replacement without having to cross-platform compile or make any major changes to your OS installation. ***